Html Css Color HEX #2DF992 Medium Spring Green

📋 copy color: '#2DF992'

red 45 ◦ green 249 ◦ blue 146

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

Shades of Medium Spring Green #2DF992

Tints of Medium Spring Green #2DF992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.18%

R = 10.23%
G = 56.59%
B = 33.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#2DF992 (or 0x2DF992) is known color: Medium Spring Green. HEX triplet: 2D, F9 and 92. RGB value is (45,249,146). Sum of RGB (Red+Green+Blue) = 45+249+146=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF992 is #D2066D. Grayscale: #B0B0B0. Windows color (decimal): -13764206 or 9632045. OLE color: 9632045.

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

Color convert

RGB 45 249 146 -
CMYK 0.82 0 0.41 0.02
HSL 149.71º 0.94% 0.58% -
HSV(B) 149.71º 0.82% 0.98% -
XYZ 40.15 70.38 38.66 -
YUV 176.26 110.91 34.38 -
System Red Green Blue C M Y K H S L
Decimal 45 249 146 0.82 0 0.41 0.02 149.71 0.94 0.58
Hex 2D F9 92 52 0 29 2 96 5E 3A
Octal 55 371 222 122 0 51 2 226 136 72
Binary 101101 11111001 10010010 1010010 0 101001 10 10010110 1011110 111010

Color Harmonies of #2DF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF992

Black with #2DF992

Text Example


Text Example

White with #2DF992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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