Html Css Color HEX #2DB55B Medium Sea Green

📋 copy color: '#2DB55B'

red 45 ◦ green 181 ◦ blue 91

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

Shades of Medium Sea Green #2DB55B

Tints of Medium Sea Green #2DB55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.1%

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

R = 14.2%
G = 57.1%
B = 28.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#2DB55B (or 0x2DB55B) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 5B. RGB value is (45,181,91). Sum of RGB (Red+Green+Blue) = 45+181+91=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB55B is #D24AA4. Grayscale: #828282. Windows color (decimal): -13781669 or 6010157. OLE color: 6010157.

HSL color Cylindrical-coordinate representation of color #2DB55B: hue angle of 140.29º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB55B is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 91 -
CMYK 0.75 0 0.50 0.29
HSL 140.29º 0.6% 0.44% -
HSV(B) 140.29º 0.75% 0.71% -
XYZ 19.49 34.36 15.5 -
YUV 130.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 45 181 91 0.75 0 0.50 0.29 140.29 0.6 0.44
Hex 2D B5 5B 4B 0 32 1D 8C 3C 2C
Octal 55 265 133 113 0 62 35 214 74 54
Binary 101101 10110101 1011011 1001011 0 110010 11101 10001100 111100 101100

Color Harmonies of #2DB55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB55B

Black with #2DB55B

Text Example


Text Example

White with #2DB55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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