Html Css Color HEX #16CC17 Lime Green

📋 copy color: '#16CC17'

red 22 ◦ green 204 ◦ blue 23

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

Shades of Lime Green #16CC17

Tints of Lime Green #16CC17

RGB

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

 GREEN value IS 204 (80.08% from 255) = 81.93%

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 8.84%
G = 81.93%
B = 9.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#16CC17 (or 0x16CC17) is known color: Lime Green. HEX triplet: 16, CC and 17. RGB value is (22,204,23). Sum of RGB (Red+Green+Blue) = 22+204+23=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 204 (80.08% from 255 or 81.93% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CC17 is #E933E8. Grayscale: #818181. Windows color (decimal): -15283177 or 1559574. OLE color: 1559574.

HSL color Cylindrical-coordinate representation of color #16CC17: hue angle of 120.33º degrees, saturation: 0.81, 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 #16CC17 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 204 23 -
CMYK 0.89 0 0.89 0.2
HSL 120.33º 0.81% 0.44% -
HSV(B) 120.33º 0.89% 0.8% -
XYZ 22.08 43.42 8.03 -
YUV 128.95 68.2 51.72 -
System Red Green Blue C M Y K H S L
Decimal 22 204 23 0.89 0 0.89 0.2 120.33 0.81 0.44
Hex 16 CC 17 59 0 59 14 78 51 2C
Octal 26 314 27 131 0 131 24 170 121 54
Binary 10110 11001100 10111 1011001 0 1011001 10100 1111000 1010001 101100

Color Harmonies of #16CC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CC17

Black with #16CC17

Text Example


Text Example

White with #16CC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,204,23); }

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

background-color css

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

 a { background-color: rgb(22,204,23); }

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

border-color css

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

 span { border-color: rgb(22,204,23); }

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