Html Css Color HEX #2DC25B Medium Sea Green

📋 copy color: '#2DC25B'

red 45 ◦ green 194 ◦ blue 91

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

Shades of Medium Sea Green #2DC25B

Tints of Medium Sea Green #2DC25B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.79%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 13.64%
G = 58.79%
B = 27.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#2DC25B (or 0x2DC25B) is known color: Medium Sea Green. HEX triplet: 2D, C2 and 5B. RGB value is (45,194,91). Sum of RGB (Red+Green+Blue) = 45+194+91=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC25B is #D23DA4. Grayscale: #898989. Windows color (decimal): -13778341 or 6013485. OLE color: 6013485.

HSL color Cylindrical-coordinate representation of color #2DC25B: hue angle of 138.52º 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 #2DC25B is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 194 91 -
CMYK 0.77 0 0.53 0.24
HSL 138.52º 0.62% 0.47% -
HSV(B) 138.52º 0.77% 0.76% -
XYZ 22.26 39.9 16.43 -
YUV 137.71 101.64 61.88 -
System Red Green Blue C M Y K H S L
Decimal 45 194 91 0.77 0 0.53 0.24 138.52 0.62 0.47
Hex 2D C2 5B 4D 0 35 18 8B 3E 2F
Octal 55 302 133 115 0 65 30 213 76 57
Binary 101101 11000010 1011011 1001101 0 110101 11000 10001011 111110 101111

Color Harmonies of #2DC25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC25B

Black with #2DC25B

Text Example


Text Example

White with #2DC25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,194,91); }

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

background-color css

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

 a { background-color: rgb(45,194,91); }

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

border-color css

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

 span { border-color: rgb(45,194,91); }

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