#1EBD30

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

Shades of Lime Green #1EBD30

Tints of Lime Green #1EBD30

Color information

#1EBD30 (or 0x1EBD30) is unknown color: approx Lime Green. HEX triplet: 1E, BD and 30. RGB value is (30,189,48). Sum of RGB (Red+Green+Blue) = 30+189+48=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 189 (74.22% from 255 or 70.79% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD30 is #E142CF. Grayscale: #7D7D7D. Windows color (decimal): -14762704 or 3194142. OLE color: 3194142.

HSL color Cylindrical-coordinate representation of color #1EBD30: hue angle of 126.79º 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 #1EBD30 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB3018948-
CMYK0.8400.750.26
HSL126.79º72.6%42.94%-
HSV(B)126.79º84.13%74.12%-
XYZ19.2736.888.9-
YUV125.3884.3259.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.24%
GREEN value IS 189 (74.22% from 255) = 70.79%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=11.24%
G=70.79%
B=17.98%

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
Decimal30189480.8400.750.26126.7972.642.94
Hex1EBD305404B1A7f492b
Octal362756012401133217711153
Binary11110101111011100001010100010010111101011111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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