#1EBD2F

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

Shades of Lime Green #1EBD2F

Tints of Lime Green #1EBD2F

Color information

#1EBD2F (or 0x1EBD2F) is unknown color: approx Lime Green. HEX triplet: 1E, BD and 2F. RGB value is (30,189,47). Sum of RGB (Red+Green+Blue) = 30+189+47=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 189 (74.22% from 255 or 71.05% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD2F is #E142D0. Grayscale: #7D7D7D. Windows color (decimal): -14762705 or 3128606. OLE color: 3128606.

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

Color convert

RGB3018947-
CMYK0.8400.750.26
HSL126.42º72.6%42.94%-
HSV(B)126.42º84.13%74.12%-
XYZ19.2536.888.79-
YUV125.2783.8260.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.28%
GREEN value IS 189 (74.22% from 255) = 71.05%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=11.28%
G=71.05%
B=17.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30189470.8400.750.26126.4272.642.94
Hex1EBD2F5404B1A7e492b
Octal362755712401133217611153
Binary11110101111011011111010100010010111101011111101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,189,47); }

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

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

 a { background-color: rgb(30,189,47); }

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

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

 span { border-color: rgb(30,189,47); }

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