Html Css Color HEX #02FC5E Spring Green

📋 copy color: '#02FC5E'

red 2 ◦ green 252 ◦ blue 94

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

Shades of Spring Green #02FC5E

Tints of Spring Green #02FC5E

RGB

 RED value IS 2 (1.17% from 255) = 0.57%

 GREEN value IS 252 (98.83% from 255) = 72.41%

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 0.57%
G = 72.41%
B = 27.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#02FC5E (or 0x02FC5E) is known color: Spring Green. HEX triplet: 02, FC and 5E. RGB value is (2,252,94). Sum of RGB (Red+Green+Blue) = 2+252+94=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 252 (98.83% from 255 or 72.41% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FC5E is #FD03A1. Grayscale: #9F9F9F. Windows color (decimal): -16581538 or 6224898. OLE color: 6224898.

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

Color convert

RGB 2 252 94 -
CMYK 0.99 0 0.63 0.01
HSL 142.08º 0.98% 0.5% -
HSV(B) 142.08º 0.99% 0.99% -
XYZ 36.86 70.44 22.24 -
YUV 159.24 91.18 15.85 -
System Red Green Blue C M Y K H S L
Decimal 2 252 94 0.99 0 0.63 0.01 142.08 0.98 0.5
Hex 2 FC 5E 63 0 3F 1 8E 62 32
Octal 2 374 136 143 0 77 1 216 142 62
Binary 10 11111100 1011110 1100011 0 111111 1 10001110 1100010 110010

Color Harmonies of #02FC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC5E

Black with #02FC5E

Text Example


Text Example

White with #02FC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,252,94); }

 H1.HeaderClassName
 {
   color: #02FC5E;
 }
 .AnyTagClassName
 {
   color: #02FC5E;
 }
</style>

background-color css

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

 a { background-color: rgb(2,252,94); }

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

border-color css

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

 span { border-color: rgb(2,252,94); }

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