Html Css Color HEX #2DB75B Medium Sea Green

📋 copy color: '#2DB75B'

red 45 ◦ green 183 ◦ blue 91

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

Shades of Medium Sea Green #2DB75B

Tints of Medium Sea Green #2DB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.37%

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 14.11%
G = 57.37%
B = 28.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#2DB75B (or 0x2DB75B) is known color: Medium Sea Green. HEX triplet: 2D, B7 and 5B. RGB value is (45,183,91). Sum of RGB (Red+Green+Blue) = 45+183+91=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB75B is #D248A4. Grayscale: #838383. Windows color (decimal): -13781157 or 6010669. OLE color: 6010669.

HSL color Cylindrical-coordinate representation of color #2DB75B: hue angle of 140º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB75B is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 91 -
CMYK 0.75 0 0.50 0.28
HSL 140º 0.61% 0.45% -
HSV(B) 140º 0.75% 0.72% -
XYZ 19.9 35.18 15.64 -
YUV 131.25 105.28 66.48 -
System Red Green Blue C M Y K H S L
Decimal 45 183 91 0.75 0 0.50 0.28 140 0.61 0.45
Hex 2D B7 5B 4B 0 32 1C 8C 3D 2D
Octal 55 267 133 113 0 62 34 214 75 55
Binary 101101 10110111 1011011 1001011 0 110010 11100 10001100 111101 101101

Color Harmonies of #2DB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB75B

Black with #2DB75B

Text Example


Text Example

White with #2DB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,91); }

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

background-color css

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

 a { background-color: rgb(45,183,91); }

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

border-color css

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

 span { border-color: rgb(45,183,91); }

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