Html Css Color HEX #2FFC95 Medium Spring Green

📋 copy color: '#2FFC95'

red 47 ◦ green 252 ◦ blue 149

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

Shades of Medium Spring Green #2FFC95

Tints of Medium Spring Green #2FFC95

RGB

 RED value IS 47 (18.75% from 255) = 10.49%

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

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 10.49%
G = 56.25%
B = 33.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#2FFC95 (or 0x2FFC95) is known color: Medium Spring Green. HEX triplet: 2F, FC and 95. RGB value is (47,252,149). Sum of RGB (Red+Green+Blue) = 47+252+149=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFC95 is #D0036A. Grayscale: #B3B3B3. Windows color (decimal): -13632363 or 9829423. OLE color: 9829423.

HSL color Cylindrical-coordinate representation of color #2FFC95: hue angle of 149.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC95 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 149 -
CMYK 0.81 0 0.41 0.01
HSL 149.85º 0.97% 0.59% -
HSV(B) 149.85º 0.81% 0.99% -
XYZ 41.41 72.4 40.23 -
YUV 178.96 111.08 33.88 -
System Red Green Blue C M Y K H S L
Decimal 47 252 149 0.81 0 0.41 0.01 149.85 0.97 0.59
Hex 2F FC 95 51 0 29 1 96 61 3B
Octal 57 374 225 121 0 51 1 226 141 73
Binary 101111 11111100 10010101 1010001 0 101001 1 10010110 1100001 111011

Color Harmonies of #2FFC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC95

Black with #2FFC95

Text Example


Text Example

White with #2FFC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FFC95; }

 p { color: rgb(47,252,149); }

 H1.HeaderClassName
 {
   color: #2FFC95;
 }
 .AnyTagClassName
 {
   color: #2FFC95;
 }
</style>

background-color css

<style>
 a { background-color: #2FFC95; }

 a { background-color: rgb(47,252,149); }

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

border-color css

<style>
 span { border-color: #2FFC95; }

 span { border-color: rgb(47,252,149); }

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