Html Css Color HEX #02E02C Dark Pastel Green

📋 copy color: '#02E02C'

red 2 ◦ green 224 ◦ blue 44

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

Shades of Dark Pastel Green #02E02C

Tints of Dark Pastel Green #02E02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 0.74%
G = 82.96%
B = 16.3%

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

#02E02C (or 0x02E02C) is known color: Dark Pastel Green. HEX triplet: 02, E0 and 2C. RGB value is (2,224,44). Sum of RGB (Red+Green+Blue) = 2+224+44=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 224 (87.89% from 255 or 82.96% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 224 - color contains mainly: green. Hex color #02E02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E02C is #FD1FD3. Grayscale: #898989. Windows color (decimal): -16588756 or 2940930. OLE color: 2940930.

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

Color convert

RGB 2 224 44 -
CMYK 0.99 0 0.80 0.12
HSL 131.35º 0.98% 0.44% -
HSV(B) 131.35º 0.99% 0.88% -
XYZ 27.14 53.51 11.28 -
YUV 137.1 75.45 31.64 -
System Red Green Blue C M Y K H S L
Decimal 2 224 44 0.99 0 0.80 0.12 131.35 0.98 0.44
Hex 2 E0 2C 63 0 50 C 83 62 2C
Octal 2 340 54 143 0 120 14 203 142 54
Binary 10 11100000 101100 1100011 0 1010000 1100 10000011 1100010 101100

Color Harmonies of #02E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E02C

Black with #02E02C

Text Example


Text Example

White with #02E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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