Html Css Color HEX #02D977 Spring Green

📋 copy color: '#02D977'

red 2 ◦ green 217 ◦ blue 119

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

Shades of Spring Green #02D977

Tints of Spring Green #02D977

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.2%

 BLUE value IS 119 (46.88% from 255) = 35.21%

R = 0.59%
G = 64.2%
B = 35.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#02D977 (or 0x02D977) is known color: Spring Green. HEX triplet: 02, D9 and 77. RGB value is (2,217,119). Sum of RGB (Red+Green+Blue) = 2+217+119=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 217 (85.16% from 255 or 64.20% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 217 - color contains mainly: green. Hex color #02D977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D977 is #FD2688. Grayscale: #8D8D8D. Windows color (decimal): -16590473 or 7854338. OLE color: 7854338.

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

Color convert

RGB 2 217 119 -
CMYK 0.99 0 0.45 0.15
HSL 152.65º 0.98% 0.43% -
HSV(B) 152.65º 0.99% 0.85% -
XYZ 28.17 50.97 25.81 -
YUV 141.54 115.27 28.47 -
System Red Green Blue C M Y K H S L
Decimal 2 217 119 0.99 0 0.45 0.15 152.65 0.98 0.43
Hex 2 D9 77 63 0 2D F 99 62 2B
Octal 2 331 167 143 0 55 17 231 142 53
Binary 10 11011001 1110111 1100011 0 101101 1111 10011001 1100010 101011

Color Harmonies of #02D977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D977

Black with #02D977

Text Example


Text Example

White with #02D977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,217,119); }

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

background-color css

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

 a { background-color: rgb(2,217,119); }

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

border-color css

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

 span { border-color: rgb(2,217,119); }

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