Html Css Color HEX #02DD28 Dark Pastel Green

📋 copy color: '#02DD28'

red 2 ◦ green 221 ◦ blue 40

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

Shades of Dark Pastel Green #02DD28

Tints of Dark Pastel Green #02DD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 0.76%
G = 84.03%
B = 15.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#02DD28 (or 0x02DD28) is known color: Dark Pastel Green. HEX triplet: 02, DD and 28. RGB value is (2,221,40). Sum of RGB (Red+Green+Blue) = 2+221+40=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 221 (86.72% from 255 or 84.03% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DD28 is #FD22D7. Grayscale: #878787. Windows color (decimal): -16589528 or 2678018. OLE color: 2678018.

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

Color convert

RGB 2 221 40 -
CMYK 0.99 0 0.82 0.13
HSL 130.41º 0.98% 0.44% -
HSV(B) 130.41º 0.99% 0.87% -
XYZ 26.26 51.88 10.64 -
YUV 134.89 74.45 33.22 -
System Red Green Blue C M Y K H S L
Decimal 2 221 40 0.99 0 0.82 0.13 130.41 0.98 0.44
Hex 2 DD 28 63 0 52 D 82 62 2C
Octal 2 335 50 143 0 122 15 202 142 54
Binary 10 11011101 101000 1100011 0 1010010 1101 10000010 1100010 101100

Color Harmonies of #02DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD28

Black with #02DD28

Text Example


Text Example

White with #02DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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