#02FE68

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

Shades of Spring Green #02FE68

Tints of Spring Green #02FE68

Color information

#02FE68 (or 0x02FE68) is unknown color: approx Spring Green. HEX triplet: 02, FE and 68. RGB value is (2,254,104). Sum of RGB (Red+Green+Blue) = 2+254+104=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 254 (99.61% from 255 or 70.56% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FE68 is #FD0197. Grayscale: #A1A1A1. Windows color (decimal): -16581016 or 6880770. OLE color: 6880770.

HSL color Cylindrical-coordinate representation of color #02FE68: hue angle of 144.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FE68 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB2254104-
CMYK0.9900.590.00
HSL144.29º99.21%50.2%-
HSV(B)144.29º99.21%99.61%-
XYZ37.9771.924.97-
YUV161.5595.5114.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 254 (99.61% from 255) = 70.56%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=0.56%
G=70.56%
B=28.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal22541040.9900.590.00144.2999.2150.2
Hex2FE686303B0906332
Octal2376150143073022014362
Binary10111111101101000110001101110110100100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02FE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,254,104); }

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

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

 a { background-color: rgb(2,254,104); }

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

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

 span { border-color: rgb(2,254,104); }

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