Html Css Color HEX #02F772 Spring Green

📋 copy color: '#02F772'

red 2 ◦ green 247 ◦ blue 114

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

Shades of Spring Green #02F772

Tints of Spring Green #02F772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 68.04%

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

R = 0.55%
G = 68.04%
B = 31.4%

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

#02F772 (or 0x02F772) is known color: Spring Green. HEX triplet: 02, F7 and 72. RGB value is (2,247,114). Sum of RGB (Red+Green+Blue) = 2+247+114=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 247 (96.88% from 255 or 68.04% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 247 - color contains mainly: green. Hex color #02F772 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F772 is #FD088D. Grayscale: #9E9E9E. Windows color (decimal): -16582798 or 7534338. OLE color: 7534338.

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

Color convert

RGB 2 247 114 -
CMYK 0.99 0 0.54 0.03
HSL 147.43º 0.98% 0.49% -
HSV(B) 147.43º 0.99% 0.97% -
XYZ 36.32 67.75 27.08 -
YUV 158.58 102.83 16.31 -
System Red Green Blue C M Y K H S L
Decimal 2 247 114 0.99 0 0.54 0.03 147.43 0.98 0.49
Hex 2 F7 72 63 0 36 3 93 62 31
Octal 2 367 162 143 0 66 3 223 142 61
Binary 10 11110111 1110010 1100011 0 110110 11 10010011 1100010 110001

Color Harmonies of #02F772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F772

Black with #02F772

Text Example


Text Example

White with #02F772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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