Html Css Color HEX #02DD33 Dark Pastel Green

📋 copy color: '#02DD33'

red 2 ◦ green 221 ◦ blue 51

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

Shades of Dark Pastel Green #02DD33

Tints of Dark Pastel Green #02DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 0.73%
G = 80.66%
B = 18.61%

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

#02DD33 (or 0x02DD33) is known color: Dark Pastel Green. HEX triplet: 02, DD and 33. RGB value is (2,221,51). Sum of RGB (Red+Green+Blue) = 2+221+51=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DD33 is #FD22CC. Grayscale: #888888. Windows color (decimal): -16589517 or 3398914. OLE color: 3398914.

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

Color convert

RGB 2 221 51 -
CMYK 0.99 0 0.77 0.13
HSL 133.42º 0.98% 0.44% -
HSV(B) 133.42º 0.99% 0.87% -
XYZ 26.48 51.96 11.77 -
YUV 136.14 79.95 32.32 -
System Red Green Blue C M Y K H S L
Decimal 2 221 51 0.99 0 0.77 0.13 133.42 0.98 0.44
Hex 2 DD 33 63 0 4D D 85 62 2C
Octal 2 335 63 143 0 115 15 205 142 54
Binary 10 11011101 110011 1100011 0 1001101 1101 10000101 1100010 101100

Color Harmonies of #02DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD33

Black with #02DD33

Text Example


Text Example

White with #02DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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