Html Css Color HEX #02F873 Spring Green

📋 copy color: '#02F873'

red 2 ◦ green 248 ◦ blue 115

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

Shades of Spring Green #02F873

Tints of Spring Green #02F873

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.95%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 0.55%
G = 67.95%
B = 31.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#02F873 (or 0x02F873) is known color: Spring Green. HEX triplet: 02, F8 and 73. RGB value is (2,248,115). Sum of RGB (Red+Green+Blue) = 2+248+115=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #02F873 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F873 is #FD078C. Grayscale: #9F9F9F. Windows color (decimal): -16582541 or 7600130. OLE color: 7600130.

HSL color Cylindrical-coordinate representation of color #02F873: hue angle of 147.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F873 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 2 248 115 -
CMYK 0.99 0 0.54 0.03
HSL 147.56º 0.98% 0.49% -
HSV(B) 147.56º 0.99% 0.97% -
XYZ 36.69 68.39 27.49 -
YUV 159.28 103 15.81 -
System Red Green Blue C M Y K H S L
Decimal 2 248 115 0.99 0 0.54 0.03 147.56 0.98 0.49
Hex 2 F8 73 63 0 36 3 94 62 31
Octal 2 370 163 143 0 66 3 224 142 61
Binary 10 11111000 1110011 1100011 0 110110 11 10010100 1100010 110001

Color Harmonies of #02F873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F873

Black with #02F873

Text Example


Text Example

White with #02F873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,248,115); }

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

background-color css

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

 a { background-color: rgb(2,248,115); }

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

border-color css

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

 span { border-color: rgb(2,248,115); }

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