#1CCA20

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

Shades of Lime Green #1CCA20

Tints of Lime Green #1CCA20

Color information

#1CCA20 (or 0x1CCA20) is unknown color: approx Lime Green. HEX triplet: 1C, CA and 20. RGB value is (28,202,32). Sum of RGB (Red+Green+Blue) = 28+202+32=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 202 (79.30% from 255 or 77.10% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA20 is #E335DF. Grayscale: #838383. Windows color (decimal): -14890464 or 2148892. OLE color: 2148892.

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

Color convert

RGB2820232-
CMYK0.8600.840.21
HSL121.38º75.65%45.1%-
HSV(B)121.38º86.14%79.22%-
XYZ21.8642.598.44-
YUV130.5972.3554.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.69%
GREEN value IS 202 (79.30% from 255) = 77.10%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=10.69%
G=77.10%
B=12.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal28202320.8600.840.21121.3875.6545.1
Hex1CCA205605415794c2d
Octal343124012601242517111455
Binary11100110010101000001010110010101001010111110011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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