#02EF92

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

Shades of Medium Spring Green #02EF92

Tints of Medium Spring Green #02EF92

Color information

#02EF92 (or 0x02EF92) is unknown color: approx Medium Spring Green. HEX triplet: 02, EF and 92. RGB value is (2,239,146). Sum of RGB (Red+Green+Blue) = 2+239+146=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 239 (93.75% from 255 or 61.76% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EF92 is #FD106D. Grayscale: #9D9D9D. Windows color (decimal): -16584814 or 9629442. OLE color: 9629442.

HSL color Cylindrical-coordinate representation of color #02EF92: hue angle of 156.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EF92 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB2239146-
CMYK0.9900.390.06
HSL156.46º98.34%47.25%-
HSV(B)156.46º99.16%93.73%-
XYZ36.0863.8237.61-
YUV157.54121.4817.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 239 (93.75% from 255) = 61.76%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=0.52%
G=61.76%
B=37.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal22391460.9900.390.06156.4698.3447.25
Hex2EF926302769c622f
Octal2357222143047623414257
Binary10111011111001001011000110100111110100111001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,239,146); }

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

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

 a { background-color: rgb(2,239,146); }

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

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

 span { border-color: rgb(2,239,146); }

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