Html Css Color HEX #11C212 Lime Green

📋 copy color: '#11C212'

red 17 ◦ green 194 ◦ blue 18

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

Shades of Lime Green #11C212

Tints of Lime Green #11C212

RGB

 RED value IS 17 (7.03% from 255) = 7.42%

 GREEN value IS 194 (76.17% from 255) = 84.72%

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

R = 7.42%
G = 84.72%
B = 7.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#11C212 (or 0x11C212) is known color: Lime Green. HEX triplet: 11, C2 and 12. RGB value is (17,194,18). Sum of RGB (Red+Green+Blue) = 17+194+18=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 194 (76.17% from 255 or 84.72% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 194 - color contains mainly: green. Hex color #11C212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C212 is #EE3DED. Grayscale: #797979. Windows color (decimal): -15613422 or 1229329. OLE color: 1229329.

HSL color Cylindrical-coordinate representation of color #11C212: hue angle of 120.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C212 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 194 18 -
CMYK 0.91 0 0.91 0.24
HSL 120.34º 0.84% 0.41% -
HSV(B) 120.34º 0.91% 0.76% -
XYZ 19.63 38.75 7.02 -
YUV 121.01 69.86 53.81 -
System Red Green Blue C M Y K H S L
Decimal 17 194 18 0.91 0 0.91 0.24 120.34 0.84 0.41
Hex 11 C2 12 5B 0 5B 18 78 54 29
Octal 21 302 22 133 0 133 30 170 124 51
Binary 10001 11000010 10010 1011011 0 1011011 11000 1111000 1010100 101001

Color Harmonies of #11C212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C212

Black with #11C212

Text Example


Text Example

White with #11C212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11C212; }

 p { color: rgb(17,194,18); }

 H1.HeaderClassName
 {
   color: #11C212;
 }
 .AnyTagClassName
 {
   color: #11C212;
 }
</style>

background-color css

<style>
 a { background-color: #11C212; }

 a { background-color: rgb(17,194,18); }

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

border-color css

<style>
 span { border-color: #11C212; }

 span { border-color: rgb(17,194,18); }

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