#1cc70d

Color #1CC70D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1CC70D

Tints of Lime Green #1CC70D

Color information

#1CC70D (or 0x1CC70D) is unknown color: approx Lime Green. HEX triplet: 1C, C7 and 0D. RGB value is (28,199,13). Sum of RGB (Red+Green+Blue) = 28+199+13=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 199 (78.12% from 255 or 82.92% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC70D is #E338F2. Grayscale: #7F7F7F. Windows color (decimal): -14891251 or 902940. OLE color: 902940.

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

Color convert

RGB2819913-
CMYK0.8600.930.22
HSL115.16º87.74%41.57%-
HSV(B)115.16º93.47%78.04%-
XYZ20.9741.127.21-
YUV126.6763.8557.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.67%
GREEN value IS 199 (78.12% from 255) = 82.92%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=11.67%
G=82.92%
B=5.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal28199130.8600.930.22115.1687.7441.57
Hex1CC7D5605D1673582a
Octal343071512601352616313052
Binary111001100011111011010110010111011011011100111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc70d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,199,13); }

 H1.HeaderClassName
 {
   color: #1cc70d;
 }
 .AnyTagClassName
 {
   color: #1cc70d;
 }
</style>
background-color css

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

 a { background-color: rgb(28,199,13); }

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

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

 span { border-color: rgb(28,199,13); }

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