Html Css Color HEX #2DC054 Medium Sea Green

📋 copy color: '#2DC054'

red 45 ◦ green 192 ◦ blue 84

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

Shades of Medium Sea Green #2DC054

Tints of Medium Sea Green #2DC054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.81%

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 14.02%
G = 59.81%
B = 26.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#2DC054 (or 0x2DC054) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 54. RGB value is (45,192,84). Sum of RGB (Red+Green+Blue) = 45+192+84=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC054 is #D23FAB. Grayscale: #888888. Windows color (decimal): -13778860 or 5554221. OLE color: 5554221.

HSL color Cylindrical-coordinate representation of color #2DC054: hue angle of 135.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC054 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 84 -
CMYK 0.77 0 0.56 0.25
HSL 135.92º 0.62% 0.46% -
HSV(B) 135.92º 0.77% 0.75% -
XYZ 21.53 38.9 14.76 -
YUV 135.74 98.8 63.28 -
System Red Green Blue C M Y K H S L
Decimal 45 192 84 0.77 0 0.56 0.25 135.92 0.62 0.46
Hex 2D C0 54 4D 0 38 19 88 3E 2E
Octal 55 300 124 115 0 70 31 210 76 56
Binary 101101 11000000 1010100 1001101 0 111000 11001 10001000 111110 101110

Color Harmonies of #2DC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC054

Black with #2DC054

Text Example


Text Example

White with #2DC054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,192,84); }

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

background-color css

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

 a { background-color: rgb(45,192,84); }

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

border-color css

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

 span { border-color: rgb(45,192,84); }

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