#02EE7E

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

Shades of Spring Green #02EE7E

Tints of Spring Green #02EE7E

Color information

#02EE7E (or 0x02EE7E) is unknown color: approx Spring Green. HEX triplet: 02, EE and 7E. RGB value is (2,238,126). Sum of RGB (Red+Green+Blue) = 2+238+126=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 238 (93.36% from 255 or 65.03% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 238 - color contains mainly: green. Hex color #02EE7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EE7E is #FD1181. Grayscale: #9A9A9A. Windows color (decimal): -16585090 or 8318466. OLE color: 8318466.

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

Color convert

RGB2238126-
CMYK0.9900.470.07
HSL151.53º98.33%47.06%-
HSV(B)151.53º99.16%93.33%-
XYZ34.3762.6730.02-
YUV154.67111.8119.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 238 (93.36% from 255) = 65.03%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=0.55%
G=65.03%
B=34.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22381260.9900.470.07151.5398.3347.06
Hex2EE7E6302F798622f
Octal2356176143057723014257
Binary1011101110111111011000110101111111100110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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