Html Css Color HEX #2DF990 Medium Spring Green

📋 copy color: '#2DF990'

red 45 ◦ green 249 ◦ blue 144

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

Shades of Medium Spring Green #2DF990

Tints of Medium Spring Green #2DF990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.85%

 BLUE value IS 144 (56.64% from 255) = 32.88%

R = 10.27%
G = 56.85%
B = 32.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#2DF990 (or 0x2DF990) is known color: Medium Spring Green. HEX triplet: 2D, F9 and 90. RGB value is (45,249,144). Sum of RGB (Red+Green+Blue) = 45+249+144=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 249 (97.66% from 255 or 56.85% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF990 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF990 is #D2066F. Grayscale: #B0B0B0. Windows color (decimal): -13764208 or 9500973. OLE color: 9500973.

HSL color Cylindrical-coordinate representation of color #2DF990: hue angle of 149.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF990 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 144 -
CMYK 0.82 0 0.42 0.02
HSL 149.12º 0.94% 0.58% -
HSV(B) 149.12º 0.82% 0.98% -
XYZ 39.99 70.32 37.85 -
YUV 176.03 109.91 34.54 -
System Red Green Blue C M Y K H S L
Decimal 45 249 144 0.82 0 0.42 0.02 149.12 0.94 0.58
Hex 2D F9 90 52 0 2A 2 95 5E 3A
Octal 55 371 220 122 0 52 2 225 136 72
Binary 101101 11111001 10010000 1010010 0 101010 10 10010101 1011110 111010

Color Harmonies of #2DF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF990

Black with #2DF990

Text Example


Text Example

White with #2DF990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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