#02F4B5

Color #02F4B5 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #02F4B5

Tints of Medium Spring Green #02F4B5

Color information

#02F4B5 (or 0x02F4B5) is unknown color: approx Medium Spring Green. HEX triplet: 02, F4 and B5. RGB value is (2,244,181). Sum of RGB (Red+Green+Blue) = 2+244+181=427 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #02F4B5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F4B5 is #FD0B4A. Grayscale: #A4A4A4. Windows color (decimal): -16583499 or 11924482. OLE color: 11924482.

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

Color convert

RGB2244181-
CMYK0.9900.260.04
HSL164.38º98.37%48.24%-
HSV(B)164.38º99.18%95.69%-
XYZ40.7268.0554.71-
YUV164.46137.3312.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.47%
GREEN value IS 244 (95.70% from 255) = 57.14%
BLUE value IS 181 (71.09% from 255) = 42.39%
R=0.47%
G=57.14%
B=42.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal22441810.9900.260.04164.3898.3748.24
Hex2F4B56301A4a46230
Octal2364265143032424414260
Binary1011110100101101011100011011010100101001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,244,181); }

 H1.HeaderClassName
 {
   color: #02F4B5;
 }
 .AnyTagClassName
 {
   color: #02F4B5;
 }
</style>
background-color css

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

 a { background-color: rgb(2,244,181); }

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

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

 span { border-color: rgb(2,244,181); }

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