#1EBA31

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

Shades of Lime Green #1EBA31

Tints of Lime Green #1EBA31

Color information

#1EBA31 (or 0x1EBA31) is unknown color: approx Lime Green. HEX triplet: 1E, BA and 31. RGB value is (30,186,49). Sum of RGB (Red+Green+Blue) = 30+186+49=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA31 is #E145CE. Grayscale: #7C7C7C. Windows color (decimal): -14763471 or 3258910. OLE color: 3258910.

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

Color convert

RGB3018649-
CMYK0.8400.740.27
HSL127.31º72.22%42.35%-
HSV(B)127.31º83.87%72.94%-
XYZ18.6535.628.8-
YUV123.7485.8261.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.32%
GREEN value IS 186 (73.05% from 255) = 70.19%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=11.32%
G=70.19%
B=18.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186490.8400.740.27127.3172.2242.35
Hex1EBA315404A1B7f482a
Octal362726112401123317711052
Binary11110101110101100011010100010010101101111111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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