#1EBF1F

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

Shades of Lime Green #1EBF1F

Tints of Lime Green #1EBF1F

Color information

#1EBF1F (or 0x1EBF1F) is unknown color: approx Lime Green. HEX triplet: 1E, BF and 1F. RGB value is (30,191,31). Sum of RGB (Red+Green+Blue) = 30+191+31=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBF1F is #E140E0. Grayscale: #7D7D7D. Windows color (decimal): -14762209 or 2080542. OLE color: 2080542.

HSL color Cylindrical-coordinate representation of color #1EBF1F: hue angle of 120.37º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBF1F is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB3019131-
CMYK0.8400.840.25
HSL120.37º72.85%43.33%-
HSV(B)120.37º84.29%74.9%-
XYZ19.4137.647.54-
YUV124.6275.1660.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 191 (75% from 255) = 75.79%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=11.90%
G=75.79%
B=12.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30191310.8400.840.25120.3772.8543.33
Hex1EBF1F540541978492b
Octal362773712401243117011153
Binary1111010111111111111010100010101001100111110001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,191,31); }

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

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

 a { background-color: rgb(30,191,31); }

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

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

 span { border-color: rgb(30,191,31); }

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