#1EBC31

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

Shades of Lime Green #1EBC31

Tints of Lime Green #1EBC31

Color information

#1EBC31 (or 0x1EBC31) is unknown color: approx Lime Green. HEX triplet: 1E, BC and 31. RGB value is (30,188,49). Sum of RGB (Red+Green+Blue) = 30+188+49=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBC31 is #E143CE. Grayscale: #7D7D7D. Windows color (decimal): -14762959 or 3259422. OLE color: 3259422.

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

Color convert

RGB3018849-
CMYK0.8400.740.26
HSL127.22º72.48%42.75%-
HSV(B)127.22º84.04%73.73%-
XYZ19.0736.468.94-
YUV124.9185.1560.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.24%
GREEN value IS 188 (73.83% from 255) = 70.41%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=11.24%
G=70.41%
B=18.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30188490.8400.740.26127.2272.4842.75
Hex1EBC315404A1A7f482b
Octal362746112401123217711053
Binary11110101111001100011010100010010101101011111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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