Html Css Color HEX #02F19A Medium Spring Green

📋 copy color: '#02F19A'

red 2 ◦ green 241 ◦ blue 154

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

Shades of Medium Spring Green #02F19A

Tints of Medium Spring Green #02F19A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.71%

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 0.5%
G = 60.71%
B = 38.79%

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

#02F19A (or 0x02F19A) is known color: Medium Spring Green. HEX triplet: 02, F1 and 9A. RGB value is (2,241,154). Sum of RGB (Red+Green+Blue) = 2+241+154=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #02F19A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F19A is #FD0E65. Grayscale: #9F9F9F. Windows color (decimal): -16584294 or 10154242. OLE color: 10154242.

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

Color convert

RGB 2 241 154 -
CMYK 0.99 0 0.36 0.05
HSL 158.16º 0.98% 0.48% -
HSV(B) 158.16º 0.99% 0.95% -
XYZ 37.31 65.26 41.2 -
YUV 159.62 124.82 15.57 -
System Red Green Blue C M Y K H S L
Decimal 2 241 154 0.99 0 0.36 0.05 158.16 0.98 0.48
Hex 2 F1 9A 63 0 24 5 9E 62 30
Octal 2 361 232 143 0 44 5 236 142 60
Binary 10 11110001 10011010 1100011 0 100100 101 10011110 1100010 110000

Color Harmonies of #02F19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F19A

Black with #02F19A

Text Example


Text Example

White with #02F19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,241,154); }

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

background-color css

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

 a { background-color: rgb(2,241,154); }

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

border-color css

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

 span { border-color: rgb(2,241,154); }

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