Html Css Color HEX #16C00F Lime Green

📋 copy color: '#16C00F'

red 22 ◦ green 192 ◦ blue 15

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

Shades of Lime Green #16C00F

Tints of Lime Green #16C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 83.84%

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

R = 9.61%
G = 83.84%
B = 6.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#16C00F (or 0x16C00F) is known color: Lime Green. HEX triplet: 16, C0 and 0F. RGB value is (22,192,15). Sum of RGB (Red+Green+Blue) = 22+192+15=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #16C00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C00F is #E93FF0. Grayscale: #797979. Windows color (decimal): -15286257 or 1032214. OLE color: 1032214.

HSL color Cylindrical-coordinate representation of color #16C00F: hue angle of 117.63º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16C00F is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 192 15 -
CMYK 0.89 0 0.92 0.25
HSL 117.63º 0.86% 0.41% -
HSV(B) 117.63º 0.92% 0.75% -
XYZ 19.27 37.9 6.75 -
YUV 120.99 68.18 57.39 -
System Red Green Blue C M Y K H S L
Decimal 22 192 15 0.89 0 0.92 0.25 117.63 0.86 0.41
Hex 16 C0 F 59 0 5C 19 76 56 29
Octal 26 300 17 131 0 134 31 166 126 51
Binary 10110 11000000 1111 1011001 0 1011100 11001 1110110 1010110 101001

Color Harmonies of #16C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C00F

Black with #16C00F

Text Example


Text Example

White with #16C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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