Html Css Color HEX #02F97C Spring Green

📋 copy color: '#02F97C'

red 2 ◦ green 249 ◦ blue 124

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

Shades of Spring Green #02F97C

Tints of Spring Green #02F97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.4%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 0.53%
G = 66.4%
B = 33.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#02F97C (or 0x02F97C) is known color: Spring Green. HEX triplet: 02, F9 and 7C. RGB value is (2,249,124). Sum of RGB (Red+Green+Blue) = 2+249+124=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #02F97C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F97C is #FD0683. Grayscale: #A1A1A1. Windows color (decimal): -16582276 or 8190210. OLE color: 8190210.

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

Color convert

RGB 2 249 124 -
CMYK 0.99 0 0.50 0.02
HSL 149.64º 0.98% 0.49% -
HSV(B) 149.64º 0.99% 0.98% -
XYZ 37.54 69.22 30.45 -
YUV 160.9 107.17 14.66 -
System Red Green Blue C M Y K H S L
Decimal 2 249 124 0.99 0 0.50 0.02 149.64 0.98 0.49
Hex 2 F9 7C 63 0 32 2 96 62 31
Octal 2 371 174 143 0 62 2 226 142 61
Binary 10 11111001 1111100 1100011 0 110010 10 10010110 1100010 110001

Color Harmonies of #02F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F97C

Black with #02F97C

Text Example


Text Example

White with #02F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,249,124); }

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

background-color css

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

 a { background-color: rgb(2,249,124); }

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

border-color css

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

 span { border-color: rgb(2,249,124); }

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