Html Css Color HEX #02DD32 Dark Pastel Green

📋 copy color: '#02DD32'

red 2 ◦ green 221 ◦ blue 50

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

Shades of Dark Pastel Green #02DD32

Tints of Dark Pastel Green #02DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 80.95%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 0.73%
G = 80.95%
B = 18.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#02DD32 (or 0x02DD32) is known color: Dark Pastel Green. HEX triplet: 02, DD and 32. RGB value is (2,221,50). Sum of RGB (Red+Green+Blue) = 2+221+50=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 221 (86.72% from 255 or 80.95% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DD32 is #FD22CD. Grayscale: #888888. Windows color (decimal): -16589518 or 3333378. OLE color: 3333378.

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

Color convert

RGB 2 221 50 -
CMYK 0.99 0 0.77 0.13
HSL 133.15º 0.98% 0.44% -
HSV(B) 133.15º 0.99% 0.87% -
XYZ 26.46 51.96 11.65 -
YUV 136.03 79.45 32.4 -
System Red Green Blue C M Y K H S L
Decimal 2 221 50 0.99 0 0.77 0.13 133.15 0.98 0.44
Hex 2 DD 32 63 0 4D D 85 62 2C
Octal 2 335 62 143 0 115 15 205 142 54
Binary 10 11011101 110010 1100011 0 1001101 1101 10000101 1100010 101100

Color Harmonies of #02DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD32

Black with #02DD32

Text Example


Text Example

White with #02DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,221,50); }

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

background-color css

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

 a { background-color: rgb(2,221,50); }

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

border-color css

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

 span { border-color: rgb(2,221,50); }

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