#2DFE98

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

Shades of Medium Spring Green #2DFE98

Tints of Medium Spring Green #2DFE98

Color information

#2DFE98 (or 0x2DFE98) is unknown color: approx Medium Spring Green. HEX triplet: 2D, FE and 98. RGB value is (45,254,152). Sum of RGB (Red+Green+Blue) = 45+254+152=451 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.98% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFE98 is #D20167. Grayscale: #B4B4B4. Windows color (decimal): -13762920 or 10026541. OLE color: 10026541.

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

Color convert

RGB45254152-
CMYK0.8200.400.00
HSL150.72º99.05%58.63%-
HSV(B)150.72º82.28%99.61%-
XYZ42.1973.7141.71-
YUV179.88112.2631.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.98%
GREEN value IS 254 (99.61% from 255) = 56.32%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=9.98%
G=56.32%
B=33.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452541520.8200.400.00150.7299.0558.63
Hex2DFE9852028097633b
Octal55376230122050022714373
Binary1011011111111010011000101001001010000100101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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