Html Css Color HEX #02F2A2 Medium Spring Green

📋 copy color: '#02F2A2'

red 2 ◦ green 242 ◦ blue 162

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

Shades of Medium Spring Green #02F2A2

Tints of Medium Spring Green #02F2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 0.49%
G = 59.61%
B = 39.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#02F2A2 (or 0x02F2A2) is known color: Medium Spring Green. HEX triplet: 02, F2 and A2. RGB value is (2,242,162). Sum of RGB (Red+Green+Blue) = 2+242+162=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #02F2A2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F2A2 is #FD0D5D. Grayscale: #A1A1A1. Windows color (decimal): -16584030 or 10678786. OLE color: 10678786.

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

Color convert

RGB 2 242 162 -
CMYK 0.99 0 0.33 0.05
HSL 160º 0.98% 0.48% -
HSV(B) 160º 0.99% 0.95% -
XYZ 38.3 66.13 44.93 -
YUV 161.12 128.49 14.5 -
System Red Green Blue C M Y K H S L
Decimal 2 242 162 0.99 0 0.33 0.05 160 0.98 0.48
Hex 2 F2 A2 63 0 21 5 A0 62 30
Octal 2 362 242 143 0 41 5 240 142 60
Binary 10 11110010 10100010 1100011 0 100001 101 10100000 1100010 110000

Color Harmonies of #02F2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F2A2

Black with #02F2A2

Text Example


Text Example

White with #02F2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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