Html Css Color HEX #02FA72 Spring Green

📋 copy color: '#02FA72'

red 2 ◦ green 250 ◦ blue 114

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

Shades of Spring Green #02FA72

Tints of Spring Green #02FA72

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.31%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 0.55%
G = 68.31%
B = 31.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#02FA72 (or 0x02FA72) is known color: Spring Green. HEX triplet: 02, FA and 72. RGB value is (2,250,114). Sum of RGB (Red+Green+Blue) = 2+250+114=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA72 is #FD058D. Grayscale: #A0A0A0. Windows color (decimal): -16582030 or 7535106. OLE color: 7535106.

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

Color convert

RGB 2 250 114 -
CMYK 0.99 0 0.54 0.02
HSL 147.1º 0.98% 0.49% -
HSV(B) 147.1º 0.99% 0.98% -
XYZ 37.25 69.6 27.39 -
YUV 160.34 101.84 15.06 -
System Red Green Blue C M Y K H S L
Decimal 2 250 114 0.99 0 0.54 0.02 147.1 0.98 0.49
Hex 2 FA 72 63 0 36 2 93 62 31
Octal 2 372 162 143 0 66 2 223 142 61
Binary 10 11111010 1110010 1100011 0 110110 10 10010011 1100010 110001

Color Harmonies of #02FA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FA72

Black with #02FA72

Text Example


Text Example

White with #02FA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,250,114); }

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

background-color css

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

 a { background-color: rgb(2,250,114); }

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

border-color css

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

 span { border-color: rgb(2,250,114); }

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