Html Css Color HEX #16CB2C Lime Green

📋 copy color: '#16CB2C'

red 22 ◦ green 203 ◦ blue 44

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

Shades of Lime Green #16CB2C

Tints of Lime Green #16CB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 8.18%
G = 75.46%
B = 16.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#16CB2C (or 0x16CB2C) is known color: Lime Green. HEX triplet: 16, CB and 2C. RGB value is (22,203,44). Sum of RGB (Red+Green+Blue) = 22+203+44=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 203 (79.69% from 255 or 75.46% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CB2C is #E934D3. Grayscale: #838383. Windows color (decimal): -15283412 or 2935574. OLE color: 2935574.

HSL color Cylindrical-coordinate representation of color #16CB2C: hue angle of 127.29º 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 #16CB2C is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 203 44 -
CMYK 0.89 0 0.78 0.20
HSL 127.29º 0.8% 0.44% -
HSV(B) 127.29º 0.89% 0.8% -
XYZ 22.14 43.06 9.53 -
YUV 130.76 79.03 50.43 -
System Red Green Blue C M Y K H S L
Decimal 22 203 44 0.89 0 0.78 0.20 127.29 0.8 0.44
Hex 16 CB 2C 59 0 4E 14 7F 50 2C
Octal 26 313 54 131 0 116 24 177 120 54
Binary 10110 11001011 101100 1011001 0 1001110 10100 1111111 1010000 101100

Color Harmonies of #16CB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CB2C

Black with #16CB2C

Text Example


Text Example

White with #16CB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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