Html Css Color HEX #2DFF91 Medium Spring Green

📋 copy color: '#2DFF91'

red 45 ◦ green 255 ◦ blue 145

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

Shades of Medium Spring Green #2DFF91

Tints of Medium Spring Green #2DFF91

RGB

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

 GREEN value IS 255 (100% from 255) = 57.3%

 BLUE value IS 145 (57.03% from 255) = 32.58%

R = 10.11%
G = 57.3%
B = 32.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#2DFF91 (or 0x2DFF91) is known color: Medium Spring Green. HEX triplet: 2D, FF and 91. RGB value is (45,255,145). Sum of RGB (Red+Green+Blue) = 45+255+145=445 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.11% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFF91 is #D2006E. Grayscale: #B3B3B3. Windows color (decimal): -13762671 or 9568045. OLE color: 9568045.

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

Color convert

RGB 45 255 145 -
CMYK 0.82 0 0.43 0
HSL 148.57º 1% 0.59% -
HSV(B) 148.57º 0.82% 1% -
XYZ 41.95 74.12 38.88 -
YUV 179.67 108.43 31.94 -
System Red Green Blue C M Y K H S L
Decimal 45 255 145 0.82 0 0.43 0 148.57 1 0.59
Hex 2D FF 91 52 0 2B 0 95 64 3B
Octal 55 377 221 122 0 53 0 225 144 73
Binary 101101 11111111 10010001 1010010 0 101011 0 10010101 1100100 111011

Color Harmonies of #2DFF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFF91

Black with #2DFF91

Text Example


Text Example

White with #2DFF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,255,145); }

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

background-color css

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

 a { background-color: rgb(45,255,145); }

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

border-color css

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

 span { border-color: rgb(45,255,145); }

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