#02ee83

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

Shades of Spring Green #02EE83

Tints of Spring Green #02EE83

Color information

#02EE83 (or 0x02EE83) is unknown color: approx Spring Green. HEX triplet: 02, EE and 83. RGB value is (2,238,131). Sum of RGB (Red+Green+Blue) = 2+238+131=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 238 (93.36% from 255 or 64.15% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 238 - color contains mainly: green. Hex color #02EE83 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EE83 is #FD117C. Grayscale: #9B9B9B. Windows color (decimal): -16585085 or 8646146. OLE color: 8646146.

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

Color convert

RGB2238131-
CMYK0.9900.450.07
HSL152.8º98.33%47.06%-
HSV(B)152.8º99.16%93.33%-
XYZ34.762.831.77-
YUV155.24114.3118.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 238 (93.36% from 255) = 64.15%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=0.54%
G=64.15%
B=35.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22381310.9900.450.07152.898.3347.06
Hex2EE836302D799622f
Octal2356203143055723114257
Binary10111011101000001111000110101101111100110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ee83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,238,131); }

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

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

 a { background-color: rgb(2,238,131); }

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

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

 span { border-color: rgb(2,238,131); }

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

cancel