Html Css Color HEX #2DB25B Medium Sea Green

📋 copy color: '#2DB25B'

red 45 ◦ green 178 ◦ blue 91

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

Shades of Medium Sea Green #2DB25B

Tints of Medium Sea Green #2DB25B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.69%

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

R = 14.33%
G = 56.69%
B = 28.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#2DB25B (or 0x2DB25B) is known color: Medium Sea Green. HEX triplet: 2D, B2 and 5B. RGB value is (45,178,91). Sum of RGB (Red+Green+Blue) = 45+178+91=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB25B is #D24DA4. Grayscale: #808080. Windows color (decimal): -13782437 or 6009389. OLE color: 6009389.

HSL color Cylindrical-coordinate representation of color #2DB25B: hue angle of 140.75º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB25B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 178 91 -
CMYK 0.75 0 0.49 0.30
HSL 140.75º 0.6% 0.44% -
HSV(B) 140.75º 0.75% 0.7% -
XYZ 18.89 33.15 15.3 -
YUV 128.32 106.94 68.57 -
System Red Green Blue C M Y K H S L
Decimal 45 178 91 0.75 0 0.49 0.30 140.75 0.6 0.44
Hex 2D B2 5B 4B 0 31 1E 8D 3C 2C
Octal 55 262 133 113 0 61 36 215 74 54
Binary 101101 10110010 1011011 1001011 0 110001 11110 10001101 111100 101100

Color Harmonies of #2DB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB25B

Black with #2DB25B

Text Example


Text Example

White with #2DB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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