Html Css Color HEX #02DF31 Dark Pastel Green

📋 copy color: '#02DF31'

red 2 ◦ green 223 ◦ blue 49

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

Shades of Dark Pastel Green #02DF31

Tints of Dark Pastel Green #02DF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 81.39%

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

R = 0.73%
G = 81.39%
B = 17.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#02DF31 (or 0x02DF31) is known color: Dark Pastel Green. HEX triplet: 02, DF and 31. RGB value is (2,223,49). Sum of RGB (Red+Green+Blue) = 2+223+49=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 223 (87.5% from 255 or 81.39% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF31 is #FD20CE. Grayscale: #898989. Windows color (decimal): -16589007 or 3268354. OLE color: 3268354.

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

Color convert

RGB 2 223 49 -
CMYK 0.99 0 0.78 0.13
HSL 132.76º 0.98% 0.44% -
HSV(B) 132.76º 0.99% 0.87% -
XYZ 26.97 53.01 11.72 -
YUV 137.09 78.28 31.65 -
System Red Green Blue C M Y K H S L
Decimal 2 223 49 0.99 0 0.78 0.13 132.76 0.98 0.44
Hex 2 DF 31 63 0 4E D 85 62 2C
Octal 2 337 61 143 0 116 15 205 142 54
Binary 10 11011111 110001 1100011 0 1001110 1101 10000101 1100010 101100

Color Harmonies of #02DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DF31

Black with #02DF31

Text Example


Text Example

White with #02DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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