Html Css Color HEX #02D120 Dark Pastel Green

📋 copy color: '#02D120'

red 2 ◦ green 209 ◦ blue 32

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

Shades of Dark Pastel Green #02D120

Tints of Dark Pastel Green #02D120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 86.01%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 0.82%
G = 86.01%
B = 13.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#02D120 (or 0x02D120) is known color: Dark Pastel Green. HEX triplet: 02, D1 and 20. RGB value is (2,209,32). Sum of RGB (Red+Green+Blue) = 2+209+32=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 209 (82.03% from 255 or 86.01% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 209 - color contains mainly: green. Hex color #02D120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D120 is #FD2EDF. Grayscale: #7F7F7F. Windows color (decimal): -16592608 or 2150658. OLE color: 2150658.

HSL color Cylindrical-coordinate representation of color #02D120: hue angle of 128.7º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D120 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 209 32 -
CMYK 0.99 0 0.85 0.18
HSL 128.7º 0.98% 0.41% -
HSV(B) 128.7º 0.99% 0.82% -
XYZ 23.09 45.72 8.97 -
YUV 126.93 74.42 38.89 -
System Red Green Blue C M Y K H S L
Decimal 2 209 32 0.99 0 0.85 0.18 128.7 0.98 0.41
Hex 2 D1 20 63 0 55 12 81 62 29
Octal 2 321 40 143 0 125 22 201 142 51
Binary 10 11010001 100000 1100011 0 1010101 10010 10000001 1100010 101001

Color Harmonies of #02D120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D120

Black with #02D120

Text Example


Text Example

White with #02D120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,209,32); }

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

background-color css

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

 a { background-color: rgb(2,209,32); }

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

border-color css

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

 span { border-color: rgb(2,209,32); }

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