Html Css Color HEX #2DB66F Medium Sea Green

📋 copy color: '#2DB66F'

red 45 ◦ green 182 ◦ blue 111

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

Shades of Medium Sea Green #2DB66F

Tints of Medium Sea Green #2DB66F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.85%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 13.31%
G = 53.85%
B = 32.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#2DB66F (or 0x2DB66F) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 6F. RGB value is (45,182,111). Sum of RGB (Red+Green+Blue) = 45+182+111=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB66F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB66F is #D24990. Grayscale: #858585. Windows color (decimal): -13781393 or 7321133. OLE color: 7321133.

HSL color Cylindrical-coordinate representation of color #2DB66F: hue angle of 148.91º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB66F is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 111 -
CMYK 0.75 0 0.39 0.29
HSL 148.91º 0.6% 0.45% -
HSV(B) 148.91º 0.75% 0.71% -
XYZ 20.68 35.16 20.74 -
YUV 132.94 115.61 65.27 -
System Red Green Blue C M Y K H S L
Decimal 45 182 111 0.75 0 0.39 0.29 148.91 0.6 0.45
Hex 2D B6 6F 4B 0 27 1D 95 3C 2D
Octal 55 266 157 113 0 47 35 225 74 55
Binary 101101 10110110 1101111 1001011 0 100111 11101 10010101 111100 101101

Color Harmonies of #2DB66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB66F

Black with #2DB66F

Text Example


Text Example

White with #2DB66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,182,111); }

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

background-color css

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

 a { background-color: rgb(45,182,111); }

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

border-color css

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

 span { border-color: rgb(45,182,111); }

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