#1EBC41

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

Shades of Dark Pastel Green #1EBC41

Tints of Dark Pastel Green #1EBC41

Color information

#1EBC41 (or 0x1EBC41) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BC and 41. RGB value is (30,188,65). Sum of RGB (Red+Green+Blue) = 30+188+65=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBC41 is #E143BE. Grayscale: #7F7F7F. Windows color (decimal): -14762943 or 4307998. OLE color: 4307998.

HSL color Cylindrical-coordinate representation of color #1EBC41: hue angle of 133.29º 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 #1EBC41 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB3018865-
CMYK0.8400.650.26
HSL133.29º72.48%42.75%-
HSV(B)133.29º84.04%73.73%-
XYZ19.4736.6211.04-
YUV126.7493.1559-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.60%
GREEN value IS 188 (73.83% from 255) = 66.43%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=10.60%
G=66.43%
B=22.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30188650.8400.650.26133.2972.4842.75
Hex1EBC41540411A85482b
Octal3627410112401013220511053
Binary1111010111100100000110101000100000111010100001011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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