#1EBC13

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

Shades of Lime Green #1EBC13

Tints of Lime Green #1EBC13

Color information

#1EBC13 (or 0x1EBC13) is unknown color: approx Lime Green. HEX triplet: 1E, BC and 13. RGB value is (30,188,19). Sum of RGB (Red+Green+Blue) = 30+188+19=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBC13 is #E143EC. Grayscale: #7A7A7A. Windows color (decimal): -14762989 or 1293342. OLE color: 1293342.

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

Color convert

RGB3018819-
CMYK0.8400.900.26
HSL116.09º81.64%40.59%-
HSV(B)116.09º89.89%73.73%-
XYZ18.6436.296.64-
YUV121.4970.1562.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 188 (73.83% from 255) = 79.32%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=12.66%
G=79.32%
B=8.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30188190.8400.900.26116.0981.6440.59
Hex1EBC135405A1A745229
Octal362742312401323216412251
Binary1111010111100100111010100010110101101011101001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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