#1EBD0C

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

Shades of Lime Green #1EBD0C

Tints of Lime Green #1EBD0C

Color information

#1EBD0C (or 0x1EBD0C) is unknown color: approx Lime Green. HEX triplet: 1E, BD and 0C. RGB value is (30,189,12). Sum of RGB (Red+Green+Blue) = 30+189+12=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 189 (74.22% from 255 or 81.82% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBD0C is #E142F3. Grayscale: #797979. Windows color (decimal): -14762740 or 834846. OLE color: 834846.

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

Color convert

RGB3018912-
CMYK0.8400.940.26
HSL113.9º88.06%39.41%-
HSV(B)113.9º93.65%74.12%-
XYZ18.836.76.44-
YUV121.2866.3262.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 189 (74.22% from 255) = 81.82%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=12.99%
G=81.82%
B=5.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30189120.8400.940.26113.988.0639.41
Hex1EBDC5405E1A725827
Octal362751412401363216213047
Binary111101011110111001010100010111101101011100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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