Html Css Color HEX #02F29D Medium Spring Green

📋 copy color: '#02F29D'

red 2 ◦ green 242 ◦ blue 157

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

Shades of Medium Spring Green #02F29D

Tints of Medium Spring Green #02F29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 0.5%
G = 60.35%
B = 39.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#02F29D (or 0x02F29D) is known color: Medium Spring Green. HEX triplet: 02, F2 and 9D. RGB value is (2,242,157). Sum of RGB (Red+Green+Blue) = 2+242+157=401 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #02F29D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F29D is #FD0D62. Grayscale: #A0A0A0. Windows color (decimal): -16584035 or 10351106. OLE color: 10351106.

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

Color convert

RGB 2 242 157 -
CMYK 0.99 0 0.35 0.05
HSL 158.75º 0.98% 0.48% -
HSV(B) 158.75º 0.99% 0.95% -
XYZ 37.86 65.95 42.63 -
YUV 160.55 125.99 14.91 -
System Red Green Blue C M Y K H S L
Decimal 2 242 157 0.99 0 0.35 0.05 158.75 0.98 0.48
Hex 2 F2 9D 63 0 23 5 9F 62 30
Octal 2 362 235 143 0 43 5 237 142 60
Binary 10 11110010 10011101 1100011 0 100011 101 10011111 1100010 110000

Color Harmonies of #02F29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F29D

Black with #02F29D

Text Example


Text Example

White with #02F29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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