#2DFC90

Color #2DFC90 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #2DFC90

Tints of Medium Spring Green #2DFC90

Color information

#2DFC90 (or 0x2DFC90) is unknown color: approx Medium Spring Green. HEX triplet: 2D, FC and 90. RGB value is (45,252,144). Sum of RGB (Red+Green+Blue) = 45+252+144=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFC90 is #D2036F. Grayscale: #B2B2B2. Windows color (decimal): -13763440 or 9501741. OLE color: 9501741.

HSL color Cylindrical-coordinate representation of color #2DFC90: hue angle of 148.7º 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 #2DFC90 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB45252144-
CMYK0.8200.430.01
HSL148.7º97.18%58.24%-
HSV(B)148.7º82.14%98.82%-
XYZ40.9372.1938.16-
YUV177.8108.9233.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.20%
GREEN value IS 252 (98.83% from 255) = 57.14%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=10.20%
G=57.14%
B=32.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal452521440.8200.430.01148.797.1858.24
Hex2DFC905202B195613a
Octal55374220122053122514172
Binary1011011111110010010000101001001010111100101011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DFC90;
 }
 .AnyTagClassName
 {
   color: #2DFC90;
 }
</style>
background-color css

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

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

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

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

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

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