#1eaf2b

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

Shades of Lime Green #1EAF2B

Tints of Lime Green #1EAF2B

Color information

#1EAF2B (or 0x1EAF2B) is unknown color: approx Lime Green. HEX triplet: 1E, AF and 2B. RGB value is (30,175,43). Sum of RGB (Red+Green+Blue) = 30+175+43=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAF2B is #E150D4. Grayscale: #747474. Windows color (decimal): -14766293 or 2862878. OLE color: 2862878.

HSL color Cylindrical-coordinate representation of color #1EAF2B: hue angle of 125.38º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF2B is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB3017543-
CMYK0.8300.750.31
HSL125.38º70.73%40.2%-
HSV(B)125.38º82.86%68.63%-
XYZ16.331.117.43-
YUV116.686.4666.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.10%
GREEN value IS 175 (68.75% from 255) = 70.56%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=12.10%
G=70.56%
B=17.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30175430.8300.750.31125.3870.7340.2
Hex1EAF2B5304B1F7d4728
Octal362575312301133717510750
Binary11110101011111010111010011010010111111111111011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eaf2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,175,43); }

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

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

 a { background-color: rgb(30,175,43); }

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

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

 span { border-color: rgb(30,175,43); }

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