Html Css Color HEX #02E031 Dark Pastel Green

📋 copy color: '#02E031'

red 2 ◦ green 224 ◦ blue 49

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

Shades of Dark Pastel Green #02E031

Tints of Dark Pastel Green #02E031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 0.73%
G = 81.45%
B = 17.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#02E031 (or 0x02E031) is known color: Dark Pastel Green. HEX triplet: 02, E0 and 31. RGB value is (2,224,49). Sum of RGB (Red+Green+Blue) = 2+224+49=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 224 (87.89% from 255 or 81.45% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 224 - color contains mainly: green. Hex color #02E031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E031 is #FD1FCE. Grayscale: #8A8A8A. Windows color (decimal): -16588751 or 3268610. OLE color: 3268610.

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

Color convert

RGB 2 224 49 -
CMYK 0.99 0 0.78 0.12
HSL 132.7º 0.98% 0.44% -
HSV(B) 132.7º 0.99% 0.88% -
XYZ 27.24 53.55 11.81 -
YUV 137.67 77.95 31.23 -
System Red Green Blue C M Y K H S L
Decimal 2 224 49 0.99 0 0.78 0.12 132.7 0.98 0.44
Hex 2 E0 31 63 0 4E C 85 62 2C
Octal 2 340 61 143 0 116 14 205 142 54
Binary 10 11100000 110001 1100011 0 1001110 1100 10000101 1100010 101100

Color Harmonies of #02E031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E031

Black with #02E031

Text Example


Text Example

White with #02E031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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