Html Css Color HEX #02DD2C Dark Pastel Green

📋 copy color: '#02DD2C'

red 2 ◦ green 221 ◦ blue 44

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

Shades of Dark Pastel Green #02DD2C

Tints of Dark Pastel Green #02DD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 0.75%
G = 82.77%
B = 16.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#02DD2C (or 0x02DD2C) is known color: Dark Pastel Green. HEX triplet: 02, DD and 2C. RGB value is (2,221,44). Sum of RGB (Red+Green+Blue) = 2+221+44=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 221 (86.72% from 255 or 82.77% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DD2C is #FD22D3. Grayscale: #878787. Windows color (decimal): -16589524 or 2940162. OLE color: 2940162.

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

Color convert

RGB 2 221 44 -
CMYK 0.99 0 0.80 0.13
HSL 131.51º 0.98% 0.44% -
HSV(B) 131.51º 0.99% 0.87% -
XYZ 26.34 51.91 11.01 -
YUV 135.34 76.45 32.89 -
System Red Green Blue C M Y K H S L
Decimal 2 221 44 0.99 0 0.80 0.13 131.51 0.98 0.44
Hex 2 DD 2C 63 0 50 D 84 62 2C
Octal 2 335 54 143 0 120 15 204 142 54
Binary 10 11011101 101100 1100011 0 1010000 1101 10000100 1100010 101100

Color Harmonies of #02DD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD2C

Black with #02DD2C

Text Example


Text Example

White with #02DD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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