#1EE030

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

Shades of Lime Green #1EE030

Tints of Lime Green #1EE030

Color information

#1EE030 (or 0x1EE030) is unknown color: approx Lime Green. HEX triplet: 1E, E0 and 30. RGB value is (30,224,48). Sum of RGB (Red+Green+Blue) = 30+224+48=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE030 is #E11FCF. Grayscale: #929292. Windows color (decimal): -14753744 or 3203102. OLE color: 3203102.

HSL color Cylindrical-coordinate representation of color #1EE030: hue angle of 125.57º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE030 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB3022448-
CMYK0.8700.790.12
HSL125.57º76.38%49.8%-
HSV(B)125.57º86.61%87.84%-
XYZ27.7253.811.72-
YUV145.9372.7345.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 224 (87.89% from 255) = 74.17%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=9.93%
G=74.17%
B=15.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal30224480.8700.790.12125.5776.3849.8
Hex1EE0305704FC7e4c32
Octal363406012701171417611462
Binary1111011100000110000101011101001111110011111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,224,48); }

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

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

 a { background-color: rgb(30,224,48); }

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

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

 span { border-color: rgb(30,224,48); }

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