Html Css Color HEX #02E02D Dark Pastel Green

📋 copy color: '#02E02D'

red 2 ◦ green 224 ◦ blue 45

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

Shades of Dark Pastel Green #02E02D

Tints of Dark Pastel Green #02E02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 82.66%

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

R = 0.74%
G = 82.66%
B = 16.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#02E02D (or 0x02E02D) is known color: Dark Pastel Green. HEX triplet: 02, E0 and 2D. RGB value is (2,224,45). Sum of RGB (Red+Green+Blue) = 2+224+45=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 224 (87.89% from 255 or 82.66% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 224 - color contains mainly: green. Hex color #02E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E02D is #FD1FD2. Grayscale: #898989. Windows color (decimal): -16588755 or 3006466. OLE color: 3006466.

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

Color convert

RGB 2 224 45 -
CMYK 0.99 0 0.80 0.12
HSL 131.62º 0.98% 0.44% -
HSV(B) 131.62º 0.99% 0.88% -
XYZ 27.15 53.51 11.38 -
YUV 137.22 75.95 31.55 -
System Red Green Blue C M Y K H S L
Decimal 2 224 45 0.99 0 0.80 0.12 131.62 0.98 0.44
Hex 2 E0 2D 63 0 50 C 84 62 2C
Octal 2 340 55 143 0 120 14 204 142 54
Binary 10 11100000 101101 1100011 0 1010000 1100 10000100 1100010 101100

Color Harmonies of #02E02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E02D

Black with #02E02D

Text Example


Text Example

White with #02E02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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