Html Css Color HEX #02DF2F Dark Pastel Green

📋 copy color: '#02DF2F'

red 2 ◦ green 223 ◦ blue 47

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

Shades of Dark Pastel Green #02DF2F

Tints of Dark Pastel Green #02DF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 0.74%
G = 81.99%
B = 17.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#02DF2F (or 0x02DF2F) is known color: Dark Pastel Green. HEX triplet: 02, DF and 2F. RGB value is (2,223,47). Sum of RGB (Red+Green+Blue) = 2+223+47=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 223 (87.5% from 255 or 81.99% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF2F is #FD20D0. Grayscale: #898989. Windows color (decimal): -16589009 or 3137282. OLE color: 3137282.

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

Color convert

RGB 2 223 47 -
CMYK 0.99 0 0.79 0.13
HSL 132.22º 0.98% 0.44% -
HSV(B) 132.22º 0.99% 0.87% -
XYZ 26.93 52.99 11.5 -
YUV 136.86 77.28 31.81 -
System Red Green Blue C M Y K H S L
Decimal 2 223 47 0.99 0 0.79 0.13 132.22 0.98 0.44
Hex 2 DF 2F 63 0 4F D 84 62 2C
Octal 2 337 57 143 0 117 15 204 142 54
Binary 10 11011111 101111 1100011 0 1001111 1101 10000100 1100010 101100

Color Harmonies of #02DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DF2F

Black with #02DF2F

Text Example


Text Example

White with #02DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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