Html Css Color HEX #02DD7A Spring Green

📋 copy color: '#02DD7A'

red 2 ◦ green 221 ◦ blue 122

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

Shades of Spring Green #02DD7A

Tints of Spring Green #02DD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 0.58%
G = 64.06%
B = 35.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#02DD7A (or 0x02DD7A) is known color: Spring Green. HEX triplet: 02, DD and 7A. RGB value is (2,221,122). Sum of RGB (Red+Green+Blue) = 2+221+122=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD7A is #FD2285. Grayscale: #909090. Windows color (decimal): -16589446 or 8051970. OLE color: 8051970.

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

Color convert

RGB 2 221 122 -
CMYK 0.99 0 0.45 0.13
HSL 152.88º 0.98% 0.44% -
HSV(B) 152.88º 0.99% 0.87% -
XYZ 29.39 53.13 27.12 -
YUV 144.23 115.45 26.55 -
System Red Green Blue C M Y K H S L
Decimal 2 221 122 0.99 0 0.45 0.13 152.88 0.98 0.44
Hex 2 DD 7A 63 0 2D D 99 62 2C
Octal 2 335 172 143 0 55 15 231 142 54
Binary 10 11011101 1111010 1100011 0 101101 1101 10011001 1100010 101100

Color Harmonies of #02DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD7A

Black with #02DD7A

Text Example


Text Example

White with #02DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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