Html Css Color HEX #02FC6B Spring Green

📋 copy color: '#02FC6B'

red 2 ◦ green 252 ◦ blue 107

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

Shades of Spring Green #02FC6B

Tints of Spring Green #02FC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 0.55%
G = 69.81%
B = 29.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#02FC6B (or 0x02FC6B) is known color: Spring Green. HEX triplet: 02, FC and 6B. RGB value is (2,252,107). Sum of RGB (Red+Green+Blue) = 2+252+107=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 252 (98.83% from 255 or 69.81% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FC6B is #FD0394. Grayscale: #A1A1A1. Windows color (decimal): -16581525 or 7076866. OLE color: 7076866.

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

Color convert

RGB 2 252 107 -
CMYK 0.99 0 0.58 0.01
HSL 145.2º 0.98% 0.5% -
HSV(B) 145.2º 0.99% 0.99% -
XYZ 37.49 70.7 25.58 -
YUV 160.72 97.68 14.79 -
System Red Green Blue C M Y K H S L
Decimal 2 252 107 0.99 0 0.58 0.01 145.2 0.98 0.5
Hex 2 FC 6B 63 0 3A 1 91 62 32
Octal 2 374 153 143 0 72 1 221 142 62
Binary 10 11111100 1101011 1100011 0 111010 1 10010001 1100010 110010

Color Harmonies of #02FC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC6B

Black with #02FC6B

Text Example


Text Example

White with #02FC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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