Html Css Color HEX #16D012 Lime Green

📋 copy color: '#16D012'

red 22 ◦ green 208 ◦ blue 18

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

Shades of Lime Green #16D012

Tints of Lime Green #16D012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 83.87%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 8.87%
G = 83.87%
B = 7.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#16D012 (or 0x16D012) is known color: Lime Green. HEX triplet: 16, D0 and 12. RGB value is (22,208,18). Sum of RGB (Red+Green+Blue) = 22+208+18=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 208 (81.64% from 255 or 83.87% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 208 - color contains mainly: green. Hex color #16D012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D012 is #E92FED. Grayscale: #838383. Windows color (decimal): -15282158 or 1232918. OLE color: 1232918.

HSL color Cylindrical-coordinate representation of color #16D012: hue angle of 118.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D012 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 22 208 18 -
CMYK 0.89 0 0.91 0.18
HSL 118.74º 0.84% 0.44% -
HSV(B) 118.74º 0.91% 0.82% -
XYZ 23 45.33 8.11 -
YUV 130.73 64.38 50.45 -
System Red Green Blue C M Y K H S L
Decimal 22 208 18 0.89 0 0.91 0.18 118.74 0.84 0.44
Hex 16 D0 12 59 0 5B 12 77 54 2C
Octal 26 320 22 131 0 133 22 167 124 54
Binary 10110 11010000 10010 1011001 0 1011011 10010 1110111 1010100 101100

Color Harmonies of #16D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D012

Black with #16D012

Text Example


Text Example

White with #16D012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,208,18); }

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

background-color css

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

 a { background-color: rgb(22,208,18); }

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

border-color css

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

 span { border-color: rgb(22,208,18); }

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