Html Css Color HEX #02F77F Spring Green

📋 copy color: '#02F77F'

red 2 ◦ green 247 ◦ blue 127

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

Shades of Spring Green #02F77F

Tints of Spring Green #02F77F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.69%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 0.53%
G = 65.69%
B = 33.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#02F77F (or 0x02F77F) is known color: Spring Green. HEX triplet: 02, F7 and 7F. RGB value is (2,247,127). Sum of RGB (Red+Green+Blue) = 2+247+127=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 247 (96.88% from 255 or 65.69% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 247 - color contains mainly: green. Hex color #02F77F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F77F is #FD0880. Grayscale: #A0A0A0. Windows color (decimal): -16582785 or 8386306. OLE color: 8386306.

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

Color convert

RGB 2 247 127 -
CMYK 0.99 0 0.49 0.03
HSL 150.61º 0.98% 0.49% -
HSV(B) 150.61º 0.99% 0.97% -
XYZ 37.12 68.07 31.26 -
YUV 160.07 109.33 15.26 -
System Red Green Blue C M Y K H S L
Decimal 2 247 127 0.99 0 0.49 0.03 150.61 0.98 0.49
Hex 2 F7 7F 63 0 31 3 97 62 31
Octal 2 367 177 143 0 61 3 227 142 61
Binary 10 11110111 1111111 1100011 0 110001 11 10010111 1100010 110001

Color Harmonies of #02F77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F77F

Black with #02F77F

Text Example


Text Example

White with #02F77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,247,127); }

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

background-color css

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

 a { background-color: rgb(2,247,127); }

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

border-color css

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

 span { border-color: rgb(2,247,127); }

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