#1EBD11

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

Shades of Lime Green #1EBD11

Tints of Lime Green #1EBD11

Color information

#1EBD11 (or 0x1EBD11) is unknown color: approx Lime Green. HEX triplet: 1E, BD and 11. RGB value is (30,189,17). Sum of RGB (Red+Green+Blue) = 30+189+17=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 189 (74.22% from 255 or 80.08% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBD11 is #E142EE. Grayscale: #7A7A7A. Windows color (decimal): -14762735 or 1162526. OLE color: 1162526.

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

Color convert

RGB3018917-
CMYK0.8400.910.26
HSL115.47º83.5%40.39%-
HSV(B)115.47º91.01%74.12%-
XYZ18.8336.716.62-
YUV121.8568.8262.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 189 (74.22% from 255) = 80.08%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=12.71%
G=80.08%
B=7.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30189170.8400.910.26115.4783.540.39
Hex1EBD115405B1A735328
Octal362752112401333216312350
Binary1111010111101100011010100010110111101011100111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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