Html Css Color HEX #02FC7B Spring Green

📋 copy color: '#02FC7B'

red 2 ◦ green 252 ◦ blue 123

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

Shades of Spring Green #02FC7B

Tints of Spring Green #02FC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 0.53%
G = 66.84%
B = 32.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#02FC7B (or 0x02FC7B) is known color: Spring Green. HEX triplet: 02, FC and 7B. RGB value is (2,252,123). Sum of RGB (Red+Green+Blue) = 2+252+123=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FC7B is #FD0384. Grayscale: #A2A2A2. Windows color (decimal): -16581509 or 8125442. OLE color: 8125442.

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

Color convert

RGB 2 252 123 -
CMYK 0.99 0 0.51 0.01
HSL 149.04º 0.98% 0.5% -
HSV(B) 149.04º 0.99% 0.99% -
XYZ 38.41 71.06 30.43 -
YUV 162.54 105.68 13.49 -
System Red Green Blue C M Y K H S L
Decimal 2 252 123 0.99 0 0.51 0.01 149.04 0.98 0.5
Hex 2 FC 7B 63 0 33 1 95 62 32
Octal 2 374 173 143 0 63 1 225 142 62
Binary 10 11111100 1111011 1100011 0 110011 1 10010101 1100010 110010

Color Harmonies of #02FC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC7B

Black with #02FC7B

Text Example


Text Example

White with #02FC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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