Html Css Color HEX #02FF5F Spring Green

📋 copy color: '#02FF5F'

red 2 ◦ green 255 ◦ blue 95

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

Shades of Spring Green #02FF5F

Tints of Spring Green #02FF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 72.44%

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 0.57%
G = 72.44%
B = 26.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#02FF5F (or 0x02FF5F) is known color: Spring Green. HEX triplet: 02, FF and 5F. RGB value is (2,255,95). Sum of RGB (Red+Green+Blue) = 2+255+95=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF5F is #FD00A0. Grayscale: #A1A1A1. Windows color (decimal): -16580769 or 6291202. OLE color: 6291202.

HSL color Cylindrical-coordinate representation of color #02FF5F: hue angle of 142.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF5F is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 2 255 95 -
CMYK 0.99 0 0.63 0
HSL 142.06º 1% 0.5% -
HSV(B) 142.06º 0.99% 1% -
XYZ 37.85 72.36 22.8 -
YUV 161.11 90.68 14.51 -
System Red Green Blue C M Y K H S L
Decimal 2 255 95 0.99 0 0.63 0 142.06 1 0.5
Hex 2 FF 5F 63 0 3F 0 8E 64 32
Octal 2 377 137 143 0 77 0 216 144 62
Binary 10 11111111 1011111 1100011 0 111111 0 10001110 1100100 110010

Color Harmonies of #02FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FF5F

Black with #02FF5F

Text Example


Text Example

White with #02FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,255,95); }

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

background-color css

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

 a { background-color: rgb(2,255,95); }

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

border-color css

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

 span { border-color: rgb(2,255,95); }

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