Html Css Color HEX #16CB18 Lime Green

📋 copy color: '#16CB18'

red 22 ◦ green 203 ◦ blue 24

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

Shades of Lime Green #16CB18

Tints of Lime Green #16CB18

RGB

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

 GREEN value IS 203 (79.69% from 255) = 81.53%

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 8.84%
G = 81.53%
B = 9.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#16CB18 (or 0x16CB18) is known color: Lime Green. HEX triplet: 16, CB and 18. RGB value is (22,203,24). Sum of RGB (Red+Green+Blue) = 22+203+24=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 203 (79.69% from 255 or 81.53% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CB18 is #E934E7. Grayscale: #818181. Windows color (decimal): -15283432 or 1624854. OLE color: 1624854.

HSL color Cylindrical-coordinate representation of color #16CB18: hue angle of 120.66º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CB18 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 203 24 -
CMYK 0.89 0 0.88 0.20
HSL 120.66º 0.8% 0.44% -
HSV(B) 120.66º 0.89% 0.8% -
XYZ 21.85 42.95 8 -
YUV 128.48 69.03 52.05 -
System Red Green Blue C M Y K H S L
Decimal 22 203 24 0.89 0 0.88 0.20 120.66 0.8 0.44
Hex 16 CB 18 59 0 58 14 79 50 2C
Octal 26 313 30 131 0 130 24 171 120 54
Binary 10110 11001011 11000 1011001 0 1011000 10100 1111001 1010000 101100

Color Harmonies of #16CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CB18

Black with #16CB18

Text Example


Text Example

White with #16CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,203,24); }

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

background-color css

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

 a { background-color: rgb(22,203,24); }

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

border-color css

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

 span { border-color: rgb(22,203,24); }

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