Html Css Color HEX #02D875 Spring Green

📋 copy color: '#02D875'

red 2 ◦ green 216 ◦ blue 117

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

Shades of Spring Green #02D875

Tints of Spring Green #02D875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.48%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 0.6%
G = 64.48%
B = 34.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#02D875 (or 0x02D875) is known color: Spring Green. HEX triplet: 02, D8 and 75. RGB value is (2,216,117). Sum of RGB (Red+Green+Blue) = 2+216+117=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #02D875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D875 is #FD278A. Grayscale: #8C8C8C. Windows color (decimal): -16590731 or 7723010. OLE color: 7723010.

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

Color convert

RGB 2 216 117 -
CMYK 0.99 0 0.46 0.15
HSL 152.24º 0.98% 0.43% -
HSV(B) 152.24º 0.99% 0.85% -
XYZ 27.79 50.41 25.09 -
YUV 140.73 114.6 29.05 -
System Red Green Blue C M Y K H S L
Decimal 2 216 117 0.99 0 0.46 0.15 152.24 0.98 0.43
Hex 2 D8 75 63 0 2E F 98 62 2B
Octal 2 330 165 143 0 56 17 230 142 53
Binary 10 11011000 1110101 1100011 0 101110 1111 10011000 1100010 101011

Color Harmonies of #02D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D875

Black with #02D875

Text Example


Text Example

White with #02D875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,216,117); }

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

background-color css

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

 a { background-color: rgb(2,216,117); }

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

border-color css

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

 span { border-color: rgb(2,216,117); }

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