#02E12C

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

Shades of Dark Pastel Green #02E12C

Tints of Dark Pastel Green #02E12C

Color information

#02E12C (or 0x02E12C) is unknown color: approx Dark Pastel Green. HEX triplet: 02, E1 and 2C. RGB value is (2,225,44). Sum of RGB (Red+Green+Blue) = 2+225+44=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 225 (88.28% from 255 or 83.03% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 225 - color contains mainly: green. Hex color #02E12C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E12C is #FD1ED3. Grayscale: #8A8A8A. Windows color (decimal): -16588500 or 2941186. OLE color: 2941186.

HSL color Cylindrical-coordinate representation of color #02E12C: hue angle of 131.3º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E12C is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB222544-
CMYK0.9900.800.12
HSL131.3º98.24%44.51%-
HSV(B)131.3º99.11%88.24%-
XYZ27.454.0511.37-
YUV137.6975.1231.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 225 (88.28% from 255) = 83.03%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=0.74%
G=83.03%
B=16.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2225440.9900.800.12131.398.2444.51
Hex2E12C63050C83622d
Octal23415414301201420314255
Binary10111000011011001100011010100001100100000111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02E12C; }

 p { color: rgb(2,225,44); }

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

<style>
 a { background-color: #02E12C; }

 a { background-color: rgb(2,225,44); }

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

<style>
 span { border-color: #02E12C; }

 span { border-color: rgb(2,225,44); }

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