#1EB320

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

Shades of Lime Green #1EB320

Tints of Lime Green #1EB320

Color information

#1EB320 (or 0x1EB320) is unknown color: approx Lime Green. HEX triplet: 1E, B3 and 20. RGB value is (30,179,32). Sum of RGB (Red+Green+Blue) = 30+179+32=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 179 (70.31% from 255 or 74.27% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB320 is #E14CDF. Grayscale: #767676. Windows color (decimal): -14765280 or 2143006. OLE color: 2143006.

HSL color Cylindrical-coordinate representation of color #1EB320: hue angle of 120.81º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB320 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB3017932-
CMYK0.8300.820.30
HSL120.81º71.29%40.98%-
HSV(B)120.81º83.24%70.2%-
XYZ16.9232.626.77-
YUV117.6979.6465.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 179 (70.31% from 255) = 74.27%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=12.45%
G=74.27%
B=13.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal30179320.8300.820.30120.8171.2940.98
Hex1EB320530521E794729
Octal362634012301223617110751
Binary11110101100111000001010011010100101111011110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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