Html Css Color HEX #1CC80C Lime Green

📋 copy color: '#1CC80C'

red 28 ◦ green 200 ◦ blue 12

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

Shades of Lime Green #1CC80C

Tints of Lime Green #1CC80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 83.33%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 11.67%
G = 83.33%
B = 5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#1CC80C (or 0x1CC80C) is known color: Lime Green. HEX triplet: 1C, C8 and 0C. RGB value is (28,200,12). Sum of RGB (Red+Green+Blue) = 28+200+12=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 200 (78.52% from 255 or 83.33% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC80C is #E337F3. Grayscale: #7F7F7F. Windows color (decimal): -14890996 or 837660. OLE color: 837660.

HSL color Cylindrical-coordinate representation of color #1CC80C: hue angle of 114.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CC80C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 200 12 -
CMYK 0.86 0 0.94 0.22
HSL 114.89º 0.89% 0.42% -
HSV(B) 114.89º 0.94% 0.78% -
XYZ 21.2 41.58 7.26 -
YUV 127.14 63.02 57.29 -
System Red Green Blue C M Y K H S L
Decimal 28 200 12 0.86 0 0.94 0.22 114.89 0.89 0.42
Hex 1C C8 C 56 0 5E 16 73 59 2A
Octal 34 310 14 126 0 136 26 163 131 52
Binary 11100 11001000 1100 1010110 0 1011110 10110 1110011 1011001 101010

Color Harmonies of #1CC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC80C

Black with #1CC80C

Text Example


Text Example

White with #1CC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,200,12); }

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

background-color css

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

 a { background-color: rgb(28,200,12); }

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

border-color css

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

 span { border-color: rgb(28,200,12); }

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