#2DFE94

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

Shades of Medium Spring Green #2DFE94

Tints of Medium Spring Green #2DFE94

Color information

#2DFE94 (or 0x2DFE94) is unknown color: approx Medium Spring Green. HEX triplet: 2D, FE and 94. RGB value is (45,254,148). Sum of RGB (Red+Green+Blue) = 45+254+148=447 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.07% from 447); Green value is 254 (99.61% from 255 or 56.82% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFE94 is #D2016B. Grayscale: #B3B3B3. Windows color (decimal): -13762924 or 9764397. OLE color: 9764397.

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

Color convert

RGB45254148-
CMYK0.8200.420.00
HSL149.57º99.05%58.63%-
HSV(B)149.57º82.28%99.61%-
XYZ41.8773.5840.01-
YUV179.42110.2632.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.07%
GREEN value IS 254 (99.61% from 255) = 56.82%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=10.07%
G=56.82%
B=33.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452541480.8200.420.00149.5799.0558.63
Hex2DFE945202A096633b
Octal55376224122052022614373
Binary1011011111111010010100101001001010100100101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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