Html Css Color HEX #02FE68 Spring Green

📋 copy color: '#02FE68'

red 2 ◦ green 254 ◦ blue 104

#02FE68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #02FE68

Tints of Spring Green #02FE68

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 value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#02FE68 (or 0x02FE68) is known color: 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

RGB 2 254 104 -
CMYK 0.99 0 0.59 0.00
HSL 144.29º 0.99% 0.5% -
HSV(B) 144.29º 0.99% 1% -
XYZ 37.97 71.9 24.97 -
YUV 161.55 95.51 14.2 -
System Red Green Blue C M Y K H S L
Decimal 2 254 104 0.99 0 0.59 0.00 144.29 0.99 0.5
Hex 2 FE 68 63 0 3B 0 90 63 32
Octal 2 376 150 143 0 73 0 220 143 62
Binary 10 11111110 1101000 1100011 0 111011 0 10010000 1100011 110010

Color Harmonies of #02FE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FE68

Black with #02FE68

Text Example


Text Example

White with #02FE68

Text Example


Text Example

HTML Codes & Css Web 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>