Html Css Color HEX #1CC211 Lime Green

📋 copy color: '#1CC211'

red 28 ◦ green 194 ◦ blue 17

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

Shades of Lime Green #1CC211

Tints of Lime Green #1CC211

RGB

 RED value IS 28 (11.33% from 255) = 11.72%

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

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 11.72%
G = 81.17%
B = 7.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#1CC211 (or 0x1CC211) is known color: Lime Green. HEX triplet: 1C, C2 and 11. RGB value is (28,194,17). Sum of RGB (Red+Green+Blue) = 28+194+17=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC211 is #E33DEE. Grayscale: #7C7C7C. Windows color (decimal): -14892527 or 1163804. OLE color: 1163804.

HSL color Cylindrical-coordinate representation of color #1CC211: hue angle of 116.27º 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 #1CC211 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 194 17 -
CMYK 0.86 0 0.91 0.24
HSL 116.27º 0.84% 0.41% -
HSV(B) 116.27º 0.91% 0.76% -
XYZ 19.87 38.87 6.99 -
YUV 124.19 67.5 59.39 -
System Red Green Blue C M Y K H S L
Decimal 28 194 17 0.86 0 0.91 0.24 116.27 0.84 0.41
Hex 1C C2 11 56 0 5B 18 74 54 29
Octal 34 302 21 126 0 133 30 164 124 51
Binary 11100 11000010 10001 1010110 0 1011011 11000 1110100 1010100 101001

Color Harmonies of #1CC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC211

Black with #1CC211

Text Example


Text Example

White with #1CC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CC211; }

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

 H1.HeaderClassName
 {
   color: #1CC211;
 }
 .AnyTagClassName
 {
   color: #1CC211;
 }
</style>

background-color css

<style>
 a { background-color: #1CC211; }

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

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

border-color css

<style>
 span { border-color: #1CC211; }

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

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