Html Css Color HEX #16D825 Lime Green

📋 copy color: '#16D825'

red 22 ◦ green 216 ◦ blue 37

#16D825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #16D825

Tints of Lime Green #16D825

RGB

 RED value IS 22 (8.98% from 255) = 8%

 GREEN value IS 216 (84.77% from 255) = 78.55%

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 8%
G = 78.55%
B = 13.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#16D825 (or 0x16D825) is known color: Lime Green. HEX triplet: 16, D8 and 25. RGB value is (22,216,37). Sum of RGB (Red+Green+Blue) = 22+216+37=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #16D825 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D825 is #E927DA. Grayscale: #8A8A8A. Windows color (decimal): -15280091 or 2480150. OLE color: 2480150.

HSL color Cylindrical-coordinate representation of color #16D825: hue angle of 124.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D825 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 216 37 -
CMYK 0.90 0 0.83 0.15
HSL 124.64º 0.82% 0.47% -
HSV(B) 124.64º 0.9% 0.85% -
XYZ 25.22 49.42 9.96 -
YUV 137.59 71.23 45.55 -
System Red Green Blue C M Y K H S L
Decimal 22 216 37 0.90 0 0.83 0.15 124.64 0.82 0.47
Hex 16 D8 25 5A 0 53 F 7D 52 2F
Octal 26 330 45 132 0 123 17 175 122 57
Binary 10110 11011000 100101 1011010 0 1010011 1111 1111101 1010010 101111

Color Harmonies of #16D825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D825

Black with #16D825

Text Example


Text Example

White with #16D825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16D825; }

 p { color: rgb(22,216,37); }

 H1.HeaderClassName
 {
   color: #16D825;
 }
 .AnyTagClassName
 {
   color: #16D825;
 }
</style>

background-color css

<style>
 a { background-color: #16D825; }

 a { background-color: rgb(22,216,37); }

 div.DivClassName
 {
   background-color: #16D825;
 }
 .BgClassName
 {
   background-color: #16D825;
 }
</style>

border-color css

<style>
 span { border-color: #16D825; }

 span { border-color: rgb(22,216,37); }

 td.TdClassName
 {
   border-color: #16D825;
 }
 .TagClassName
 {
   border-color: #16D825;
 }
</style>