Html Css Color HEX #16CC0F Lime Green

📋 copy color: '#16CC0F'

red 22 ◦ green 204 ◦ blue 15

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

Shades of Lime Green #16CC0F

Tints of Lime Green #16CC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 9.13%
G = 84.65%
B = 6.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#16CC0F (or 0x16CC0F) is known color: Lime Green. HEX triplet: 16, CC and 0F. RGB value is (22,204,15). Sum of RGB (Red+Green+Blue) = 22+204+15=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 204 (80.08% from 255 or 84.65% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CC0F is #E933F0. Grayscale: #808080. Windows color (decimal): -15283185 or 1035286. OLE color: 1035286.

HSL color Cylindrical-coordinate representation of color #16CC0F: hue angle of 117.78º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16CC0F is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 204 15 -
CMYK 0.89 0 0.93 0.2
HSL 117.78º 0.86% 0.43% -
HSV(B) 117.78º 0.93% 0.8% -
XYZ 22.01 43.39 7.67 -
YUV 128.04 64.2 52.37 -
System Red Green Blue C M Y K H S L
Decimal 22 204 15 0.89 0 0.93 0.2 117.78 0.86 0.43
Hex 16 CC F 59 0 5D 14 76 56 2B
Octal 26 314 17 131 0 135 24 166 126 53
Binary 10110 11001100 1111 1011001 0 1011101 10100 1110110 1010110 101011

Color Harmonies of #16CC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CC0F

Black with #16CC0F

Text Example


Text Example

White with #16CC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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