#1eba0d

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

Shades of Lime Green #1EBA0D

Tints of Lime Green #1EBA0D

Color information

#1EBA0D (or 0x1EBA0D) is unknown color: approx Lime Green. HEX triplet: 1E, BA and 0D. RGB value is (30,186,13). Sum of RGB (Red+Green+Blue) = 30+186+13=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBA0D is #E145F2. Grayscale: #787878. Windows color (decimal): -14763507 or 899614. OLE color: 899614.

HSL color Cylindrical-coordinate representation of color #1EBA0D: hue angle of 114.1º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EBA0D is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB3018613-
CMYK0.8400.930.27
HSL114.1º86.93%39.02%-
HSV(B)114.1º93.01%72.94%-
XYZ18.1735.426.26-
YUV119.6367.8264.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 186 (73.05% from 255) = 81.22%
BLUE value IS 13 (5.47% from 255) = 5.68%
R=13.10%
G=81.22%
B=5.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186130.8400.930.27114.186.9339.02
Hex1EBAD5405D1B725727
Octal362721512401353316212747
Binary111101011101011011010100010111011101111100101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eba0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,186,13); }

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

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

 a { background-color: rgb(30,186,13); }

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

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

 span { border-color: rgb(30,186,13); }

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