#1CC320

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

Shades of Lime Green #1CC320

Tints of Lime Green #1CC320

Color information

#1CC320 (or 0x1CC320) is unknown color: approx Lime Green. HEX triplet: 1C, C3 and 20. RGB value is (28,195,32). Sum of RGB (Red+Green+Blue) = 28+195+32=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC320 is #E33CDF. Grayscale: #7E7E7E. Windows color (decimal): -14892256 or 2147100. OLE color: 2147100.

HSL color Cylindrical-coordinate representation of color #1CC320: hue angle of 121.44º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC320 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB2819532-
CMYK0.8600.840.24
HSL121.44º74.89%43.73%-
HSV(B)121.44º85.64%76.47%-
XYZ20.2539.387.9-
YUV126.4874.6757.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.98%
GREEN value IS 195 (76.56% from 255) = 76.47%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=10.98%
G=76.47%
B=12.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28195320.8600.840.24121.4474.8943.73
Hex1CC3205605418794b2c
Octal343034012601243017111354
Binary11100110000111000001010110010101001100011110011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,195,32); }

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

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

 a { background-color: rgb(28,195,32); }

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

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

 span { border-color: rgb(28,195,32); }

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