#1EBA0F

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

Shades of Lime Green #1EBA0F

Tints of Lime Green #1EBA0F

Color information

#1EBA0F (or 0x1EBA0F) is unknown color: approx Lime Green. HEX triplet: 1E, BA and 0F. RGB value is (30,186,15). Sum of RGB (Red+Green+Blue) = 30+186+15=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBA0F is #E145F0. Grayscale: #787878. Windows color (decimal): -14763505 or 1030686. OLE color: 1030686.

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

Color convert

RGB3018615-
CMYK0.8400.920.27
HSL114.74º85.07%39.41%-
HSV(B)114.74º91.94%72.94%-
XYZ18.1835.436.33-
YUV119.8668.8263.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 186 (73.05% from 255) = 80.52%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=12.99%
G=80.52%
B=6.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186150.8400.920.27114.7485.0739.41
Hex1EBAF5405C1B735527
Octal362721712401343316312547
Binary111101011101011111010100010111001101111100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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