Html Css Color HEX #2DC462 Medium Sea Green

📋 copy color: '#2DC462'

red 45 ◦ green 196 ◦ blue 98

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

Shades of Medium Sea Green #2DC462

Tints of Medium Sea Green #2DC462

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.82%

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 13.27%
G = 57.82%
B = 28.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#2DC462 (or 0x2DC462) is known color: Medium Sea Green. HEX triplet: 2D, C4 and 62. RGB value is (45,196,98). Sum of RGB (Red+Green+Blue) = 45+196+98=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC462 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC462 is #D23B9D. Grayscale: #8B8B8B. Windows color (decimal): -13777822 or 6472749. OLE color: 6472749.

HSL color Cylindrical-coordinate representation of color #2DC462: hue angle of 141.06º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC462 is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 196 98 -
CMYK 0.77 0 0.5 0.23
HSL 141.06º 0.63% 0.47% -
HSV(B) 141.06º 0.77% 0.77% -
XYZ 23.03 40.92 18.24 -
YUV 139.68 104.47 60.47 -
System Red Green Blue C M Y K H S L
Decimal 45 196 98 0.77 0 0.5 0.23 141.06 0.63 0.47
Hex 2D C4 62 4D 0 32 17 8D 3F 2F
Octal 55 304 142 115 0 62 27 215 77 57
Binary 101101 11000100 1100010 1001101 0 110010 10111 10001101 111111 101111

Color Harmonies of #2DC462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC462

Black with #2DC462

Text Example


Text Example

White with #2DC462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,196,98); }

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

background-color css

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

 a { background-color: rgb(45,196,98); }

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

border-color css

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

 span { border-color: rgb(45,196,98); }

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