Html Css Color HEX #2DD26A Medium Sea Green

📋 copy color: '#2DD26A'

red 45 ◦ green 210 ◦ blue 106

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

Shades of Medium Sea Green #2DD26A

Tints of Medium Sea Green #2DD26A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.17%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 12.47%
G = 58.17%
B = 29.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#2DD26A (or 0x2DD26A) is known color: Medium Sea Green. HEX triplet: 2D, D2 and 6A. RGB value is (45,210,106). Sum of RGB (Red+Green+Blue) = 45+210+106=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD26A is #D22D95. Grayscale: #959595. Windows color (decimal): -13774230 or 7000621. OLE color: 7000621.

HSL color Cylindrical-coordinate representation of color #2DD26A: hue angle of 142.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD26A is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 45 210 106 -
CMYK 0.79 0 0.50 0.18
HSL 142.18º 0.65% 0.5% -
HSV(B) 142.18º 0.79% 0.82% -
XYZ 26.73 47.69 21.43 -
YUV 148.81 103.84 53.96 -
System Red Green Blue C M Y K H S L
Decimal 45 210 106 0.79 0 0.50 0.18 142.18 0.65 0.5
Hex 2D D2 6A 4F 0 32 12 8E 41 32
Octal 55 322 152 117 0 62 22 216 101 62
Binary 101101 11010010 1101010 1001111 0 110010 10010 10001110 1000001 110010

Color Harmonies of #2DD26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD26A

Black with #2DD26A

Text Example


Text Example

White with #2DD26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,210,106); }

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

background-color css

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

 a { background-color: rgb(45,210,106); }

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

border-color css

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

 span { border-color: rgb(45,210,106); }

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