Html Css Color HEX #02E12D Dark Pastel Green

📋 copy color: '#02E12D'

red 2 ◦ green 225 ◦ blue 45

#02E12D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02E12D

Tints of Dark Pastel Green #02E12D

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

 GREEN value IS 225 (88.28% from 255) = 82.72%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 0.74%
G = 82.72%
B = 16.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#02E12D (or 0x02E12D) is known color: Dark Pastel Green. HEX triplet: 02, E1 and 2D. RGB value is (2,225,45). Sum of RGB (Red+Green+Blue) = 2+225+45=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 225 (88.28% from 255 or 82.72% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 225 - color contains mainly: green. Hex color #02E12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E12D is #FD1ED2. Grayscale: #8A8A8A. Windows color (decimal): -16588499 or 3006722. OLE color: 3006722.

HSL color Cylindrical-coordinate representation of color #02E12D: hue angle of 131.57º 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 #02E12D is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 225 45 -
CMYK 0.99 0 0.8 0.12
HSL 131.57º 0.98% 0.45% -
HSV(B) 131.57º 0.99% 0.88% -
XYZ 27.42 54.05 11.47 -
YUV 137.8 75.62 31.14 -
System Red Green Blue C M Y K H S L
Decimal 2 225 45 0.99 0 0.8 0.12 131.57 0.98 0.45
Hex 2 E1 2D 63 0 50 C 84 62 2D
Octal 2 341 55 143 0 120 14 204 142 55
Binary 10 11100001 101101 1100011 0 1010000 1100 10000100 1100010 101101

Color Harmonies of #02E12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E12D

Black with #02E12D

Text Example


Text Example

White with #02E12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02E12D;
 }
 .AnyTagClassName
 {
   color: #02E12D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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