Html Css Color HEX #02F29B Medium Spring Green

📋 copy color: '#02F29B'

red 2 ◦ green 242 ◦ blue 155

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

Shades of Medium Spring Green #02F29B

Tints of Medium Spring Green #02F29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 0.5%
G = 60.65%
B = 38.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#02F29B (or 0x02F29B) is known color: Medium Spring Green. HEX triplet: 02, F2 and 9B. RGB value is (2,242,155). Sum of RGB (Red+Green+Blue) = 2+242+155=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 242 (94.92% from 255 or 60.65% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 242 - color contains mainly: green. Hex color #02F29B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F29B is #FD0D64. Grayscale: #A0A0A0. Windows color (decimal): -16584037 or 10220034. OLE color: 10220034.

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

Color convert

RGB 2 242 155 -
CMYK 0.99 0 0.36 0.05
HSL 158.25º 0.98% 0.48% -
HSV(B) 158.25º 0.99% 0.95% -
XYZ 37.69 65.88 41.74 -
YUV 160.32 124.99 15.07 -
System Red Green Blue C M Y K H S L
Decimal 2 242 155 0.99 0 0.36 0.05 158.25 0.98 0.48
Hex 2 F2 9B 63 0 24 5 9E 62 30
Octal 2 362 233 143 0 44 5 236 142 60
Binary 10 11110010 10011011 1100011 0 100100 101 10011110 1100010 110000

Color Harmonies of #02F29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F29B

Black with #02F29B

Text Example


Text Example

White with #02F29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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