#2DFEA5

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

Shades of Medium Spring Green #2DFEA5

Tints of Medium Spring Green #2DFEA5

Color information

#2DFEA5 (or 0x2DFEA5) is unknown color: approx Medium Spring Green. HEX triplet: 2D, FE and A5. RGB value is (45,254,165). Sum of RGB (Red+Green+Blue) = 45+254+165=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFEA5 is #D2015A. Grayscale: #B5B5B5. Windows color (decimal): -13762907 or 10878509. OLE color: 10878509.

HSL color Cylindrical-coordinate representation of color #2DFEA5: hue angle of 154.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFEA5 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB45254165-
CMYK0.8200.350.00
HSL154.45º99.05%58.63%-
HSV(B)154.45º82.28%99.61%-
XYZ43.3274.1647.63-
YUV181.36118.7630.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.70%
GREEN value IS 254 (99.61% from 255) = 54.74%
BLUE value IS 165 (64.84% from 255) = 35.56%
R=9.70%
G=54.74%
B=35.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452541650.8200.350.00154.4599.0558.63
Hex2DFEA55202309a633b
Octal55376245122043023214373
Binary1011011111111010100101101001001000110100110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,254,165); }

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

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

 a { background-color: rgb(45,254,165); }

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

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

 span { border-color: rgb(45,254,165); }

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