Html Css Color HEX #02F572 Spring Green

📋 copy color: '#02F572'

red 2 ◦ green 245 ◦ blue 114

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

Shades of Spring Green #02F572

Tints of Spring Green #02F572

RGB

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

 GREEN value IS 245 (96.09% from 255) = 67.87%

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

R = 0.55%
G = 67.87%
B = 31.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#02F572 (or 0x02F572) is known color: Spring Green. HEX triplet: 02, F5 and 72. RGB value is (2,245,114). Sum of RGB (Red+Green+Blue) = 2+245+114=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #02F572 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F572 is #FD0A8D. Grayscale: #9D9D9D. Windows color (decimal): -16583310 or 7533826. OLE color: 7533826.

HSL color Cylindrical-coordinate representation of color #02F572: hue angle of 147.65º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F572 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 245 114 -
CMYK 0.99 0 0.53 0.04
HSL 147.65º 0.98% 0.48% -
HSV(B) 147.65º 0.99% 0.96% -
XYZ 35.71 66.53 26.88 -
YUV 157.41 103.49 17.15 -
System Red Green Blue C M Y K H S L
Decimal 2 245 114 0.99 0 0.53 0.04 147.65 0.98 0.48
Hex 2 F5 72 63 0 35 4 94 62 30
Octal 2 365 162 143 0 65 4 224 142 60
Binary 10 11110101 1110010 1100011 0 110101 100 10010100 1100010 110000

Color Harmonies of #02F572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F572

Black with #02F572

Text Example


Text Example

White with #02F572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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