Html Css Color HEX #2DC35D Medium Sea Green

📋 copy color: '#2DC35D'

red 45 ◦ green 195 ◦ blue 93

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

Shades of Medium Sea Green #2DC35D

Tints of Medium Sea Green #2DC35D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.56%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 13.51%
G = 58.56%
B = 27.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#2DC35D (or 0x2DC35D) is known color: Medium Sea Green. HEX triplet: 2D, C3 and 5D. RGB value is (45,195,93). Sum of RGB (Red+Green+Blue) = 45+195+93=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC35D is #D23CA2. Grayscale: #8A8A8A. Windows color (decimal): -13778083 or 6144813. OLE color: 6144813.

HSL color Cylindrical-coordinate representation of color #2DC35D: hue angle of 139.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC35D is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 93 -
CMYK 0.77 0 0.52 0.24
HSL 139.2º 0.63% 0.47% -
HSV(B) 139.2º 0.77% 0.76% -
XYZ 22.57 40.38 16.96 -
YUV 138.52 102.31 61.29 -
System Red Green Blue C M Y K H S L
Decimal 45 195 93 0.77 0 0.52 0.24 139.2 0.63 0.47
Hex 2D C3 5D 4D 0 34 18 8B 3E 2F
Octal 55 303 135 115 0 64 30 213 76 57
Binary 101101 11000011 1011101 1001101 0 110100 11000 10001011 111110 101111

Color Harmonies of #2DC35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC35D

Black with #2DC35D

Text Example


Text Example

White with #2DC35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,195,93); }

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

background-color css

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

 a { background-color: rgb(45,195,93); }

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

border-color css

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

 span { border-color: rgb(45,195,93); }

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