Html Css Color HEX #2DFC95 Medium Spring Green

📋 copy color: '#2DFC95'

red 45 ◦ green 252 ◦ blue 149

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

Shades of Medium Spring Green #2DFC95

Tints of Medium Spring Green #2DFC95

RGB

 RED value IS 45 (17.97% from 255) = 10.09%

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

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

R = 10.09%
G = 56.5%
B = 33.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#2DFC95 (or 0x2DFC95) is known color: Medium Spring Green. HEX triplet: 2D, FC and 95. RGB value is (45,252,149). Sum of RGB (Red+Green+Blue) = 45+252+149=446 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.09% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFC95 is #D2036A. Grayscale: #B2B2B2. Windows color (decimal): -13763435 or 9829421. OLE color: 9829421.

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

Color convert

RGB 45 252 149 -
CMYK 0.82 0 0.41 0.01
HSL 150.14º 0.97% 0.58% -
HSV(B) 150.14º 0.82% 0.99% -
XYZ 41.32 72.35 40.22 -
YUV 178.37 111.42 32.88 -
System Red Green Blue C M Y K H S L
Decimal 45 252 149 0.82 0 0.41 0.01 150.14 0.97 0.58
Hex 2D FC 95 52 0 29 1 96 61 3A
Octal 55 374 225 122 0 51 1 226 141 72
Binary 101101 11111100 10010101 1010010 0 101001 1 10010110 1100001 111010

Color Harmonies of #2DFC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC95

Black with #2DFC95

Text Example


Text Example

White with #2DFC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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