Html Css Color HEX #02F2AF Medium Spring Green

📋 copy color: '#02F2AF'

red 2 ◦ green 242 ◦ blue 175

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

Shades of Medium Spring Green #02F2AF

Tints of Medium Spring Green #02F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.76%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 0.48%
G = 57.76%
B = 41.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#02F2AF (or 0x02F2AF) is known color: Medium Spring Green. HEX triplet: 02, F2 and AF. RGB value is (2,242,175). Sum of RGB (Red+Green+Blue) = 2+242+175=419 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #02F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F2AF is #FD0D50. Grayscale: #A2A2A2. Windows color (decimal): -16584017 or 11530754. OLE color: 11530754.

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

Color convert

RGB 2 242 175 -
CMYK 0.99 0 0.28 0.05
HSL 163.25º 0.98% 0.48% -
HSV(B) 163.25º 0.99% 0.95% -
XYZ 39.52 66.61 51.33 -
YUV 162.6 134.99 13.45 -
System Red Green Blue C M Y K H S L
Decimal 2 242 175 0.99 0 0.28 0.05 163.25 0.98 0.48
Hex 2 F2 AF 63 0 1C 5 A3 62 30
Octal 2 362 257 143 0 34 5 243 142 60
Binary 10 11110010 10101111 1100011 0 11100 101 10100011 1100010 110000

Color Harmonies of #02F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F2AF

Black with #02F2AF

Text Example


Text Example

White with #02F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,242,175); }

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

background-color css

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

 a { background-color: rgb(2,242,175); }

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

border-color css

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

 span { border-color: rgb(2,242,175); }

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