Html Css Color HEX #2DB55A Medium Sea Green

📋 copy color: '#2DB55A'

red 45 ◦ green 181 ◦ blue 90

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

Shades of Medium Sea Green #2DB55A

Tints of Medium Sea Green #2DB55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 14.24%
G = 57.28%
B = 28.48%

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

#2DB55A (or 0x2DB55A) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 5A. RGB value is (45,181,90). Sum of RGB (Red+Green+Blue) = 45+181+90=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB55A is #D24AA5. Grayscale: #828282. Windows color (decimal): -13781670 or 5944621. OLE color: 5944621.

HSL color Cylindrical-coordinate representation of color #2DB55A: hue angle of 139.85º 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 #2DB55A is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 90 -
CMYK 0.75 0 0.50 0.29
HSL 139.85º 0.6% 0.44% -
HSV(B) 139.85º 0.75% 0.71% -
XYZ 19.45 34.34 15.28 -
YUV 129.96 105.44 67.4 -
System Red Green Blue C M Y K H S L
Decimal 45 181 90 0.75 0 0.50 0.29 139.85 0.6 0.44
Hex 2D B5 5A 4B 0 32 1D 8C 3C 2C
Octal 55 265 132 113 0 62 35 214 74 54
Binary 101101 10110101 1011010 1001011 0 110010 11101 10001100 111100 101100

Color Harmonies of #2DB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB55A

Black with #2DB55A

Text Example


Text Example

White with #2DB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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