#1ECB20

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

Shades of Lime Green #1ECB20

Tints of Lime Green #1ECB20

Color information

#1ECB20 (or 0x1ECB20) is unknown color: approx Lime Green. HEX triplet: 1E, CB and 20. RGB value is (30,203,32). Sum of RGB (Red+Green+Blue) = 30+203+32=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 203 (79.69% from 255 or 76.60% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECB20 is #E134DF. Grayscale: #848484. Windows color (decimal): -14759136 or 2149150. OLE color: 2149150.

HSL color Cylindrical-coordinate representation of color #1ECB20: hue angle of 120.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECB20 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB3020332-
CMYK0.8500.840.20
HSL120.69º74.25%45.69%-
HSV(B)120.69º85.22%79.61%-
XYZ22.1543.098.52-
YUV131.7871.6955.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.32%
GREEN value IS 203 (79.69% from 255) = 76.60%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=11.32%
G=76.60%
B=12.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal30203320.8500.840.20120.6974.2545.69
Hex1ECB205505414794a2e
Octal363134012501242417111256
Binary11110110010111000001010101010101001010011110011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,203,32); }

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

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

 a { background-color: rgb(30,203,32); }

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

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

 span { border-color: rgb(30,203,32); }

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