#02E37B

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

Shades of Spring Green #02E37B

Tints of Spring Green #02E37B

Color information

#02E37B (or 0x02E37B) is unknown color: approx Spring Green. HEX triplet: 02, E3 and 7B. RGB value is (2,227,123). Sum of RGB (Red+Green+Blue) = 2+227+123=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 227 (89.06% from 255 or 64.49% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 227 - color contains mainly: green. Hex color #02E37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E37B is #FD1C84. Grayscale: #949494. Windows color (decimal): -16587909 or 8119042. OLE color: 8119042.

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

Color convert

RGB2227123-
CMYK0.9900.460.11
HSL152.27º98.25%44.9%-
HSV(B)152.27º99.12%89.02%-
XYZ31.0756.3827.98-
YUV147.87113.9623.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 227 (89.06% from 255) = 64.49%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=0.57%
G=64.49%
B=34.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22271230.9900.460.11152.2798.2544.9
Hex2E37B6302EB98622d
Octal23431731430561323014255
Binary10111000111111011110001101011101011100110001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,227,123); }

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

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

 a { background-color: rgb(2,227,123); }

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

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

 span { border-color: rgb(2,227,123); }

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