Html Css Color HEX #2DC965 Medium Sea Green

📋 copy color: '#2DC965'

red 45 ◦ green 201 ◦ blue 101

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

Shades of Medium Sea Green #2DC965

Tints of Medium Sea Green #2DC965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.93%

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 12.97%
G = 57.93%
B = 29.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#2DC965 (or 0x2DC965) is known color: Medium Sea Green. HEX triplet: 2D, C9 and 65. RGB value is (45,201,101). Sum of RGB (Red+Green+Blue) = 45+201+101=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC965 is #D2369A. Grayscale: #8F8F8F. Windows color (decimal): -13776539 or 6670637. OLE color: 6670637.

HSL color Cylindrical-coordinate representation of color #2DC965: hue angle of 141.54º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DC965 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 201 101 -
CMYK 0.78 0 0.50 0.21
HSL 141.54º 0.63% 0.48% -
HSV(B) 141.54º 0.78% 0.79% -
XYZ 24.32 43.27 19.38 -
YUV 142.96 104.32 58.13 -
System Red Green Blue C M Y K H S L
Decimal 45 201 101 0.78 0 0.50 0.21 141.54 0.63 0.48
Hex 2D C9 65 4E 0 32 15 8E 3F 30
Octal 55 311 145 116 0 62 25 216 77 60
Binary 101101 11001001 1100101 1001110 0 110010 10101 10001110 111111 110000

Color Harmonies of #2DC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC965

Black with #2DC965

Text Example


Text Example

White with #2DC965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,201,101); }

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

background-color css

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

 a { background-color: rgb(45,201,101); }

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

border-color css

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

 span { border-color: rgb(45,201,101); }

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