#1EBD1A

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

Shades of Lime Green #1EBD1A

Tints of Lime Green #1EBD1A

Color information

#1EBD1A (or 0x1EBD1A) is unknown color: approx Lime Green. HEX triplet: 1E, BD and 1A. RGB value is (30,189,26). Sum of RGB (Red+Green+Blue) = 30+189+26=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD1A is #E142E5. Grayscale: #7B7B7B. Windows color (decimal): -14762726 or 1752350. OLE color: 1752350.

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

Color convert

RGB3018926-
CMYK0.8400.860.26
HSL118.53º75.81%42.16%-
HSV(B)118.53º86.24%74.12%-
XYZ18.9236.757.07-
YUV122.8873.3261.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 189 (74.22% from 255) = 77.14%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=12.24%
G=77.14%
B=10.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30189260.8400.860.26118.5375.8142.16
Hex1EBD1A540561A774c2a
Octal362753212401263216711452
Binary1111010111101110101010100010101101101011101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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