Html Css Color HEX #02F661 Spring Green

📋 copy color: '#02F661'

red 2 ◦ green 246 ◦ blue 97

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

Shades of Spring Green #02F661

Tints of Spring Green #02F661

RGB

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

 GREEN value IS 246 (96.48% from 255) = 71.3%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 0.58%
G = 71.3%
B = 28.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#02F661 (or 0x02F661) is known color: Spring Green. HEX triplet: 02, F6 and 61. RGB value is (2,246,97). Sum of RGB (Red+Green+Blue) = 2+246+97=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 246 (96.48% from 255 or 71.30% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 246 - color contains mainly: green. Hex color #02F661 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F661 is #FD099E. Grayscale: #9C9C9C. Windows color (decimal): -16583071 or 6419970. OLE color: 6419970.

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

Color convert

RGB 2 246 97 -
CMYK 0.99 0 0.61 0.04
HSL 143.36º 0.98% 0.49% -
HSV(B) 143.36º 0.99% 0.96% -
XYZ 35.14 66.79 22.35 -
YUV 156.06 94.66 18.12 -
System Red Green Blue C M Y K H S L
Decimal 2 246 97 0.99 0 0.61 0.04 143.36 0.98 0.49
Hex 2 F6 61 63 0 3D 4 8F 62 31
Octal 2 366 141 143 0 75 4 217 142 61
Binary 10 11110110 1100001 1100011 0 111101 100 10001111 1100010 110001

Color Harmonies of #02F661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F661

Black with #02F661

Text Example


Text Example

White with #02F661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,246,97); }

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

background-color css

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

 a { background-color: rgb(2,246,97); }

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

border-color css

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

 span { border-color: rgb(2,246,97); }

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