Html Css Color HEX #2DBE66 Medium Sea Green

📋 copy color: '#2DBE66'

red 45 ◦ green 190 ◦ blue 102

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

Shades of Medium Sea Green #2DBE66

Tints of Medium Sea Green #2DBE66

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.38%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 13.35%
G = 56.38%
B = 30.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#2DBE66 (or 0x2DBE66) is known color: Medium Sea Green. HEX triplet: 2D, BE and 66. RGB value is (45,190,102). Sum of RGB (Red+Green+Blue) = 45+190+102=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE66 is #D24199. Grayscale: #888888. Windows color (decimal): -13779354 or 6733357. OLE color: 6733357.

HSL color Cylindrical-coordinate representation of color #2DBE66: hue angle of 143.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE66 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 190 102 -
CMYK 0.76 0 0.46 0.25
HSL 143.59º 0.62% 0.46% -
HSV(B) 143.59º 0.76% 0.75% -
XYZ 21.89 38.34 18.82 -
YUV 136.61 108.46 62.66 -
System Red Green Blue C M Y K H S L
Decimal 45 190 102 0.76 0 0.46 0.25 143.59 0.62 0.46
Hex 2D BE 66 4C 0 2E 19 90 3E 2E
Octal 55 276 146 114 0 56 31 220 76 56
Binary 101101 10111110 1100110 1001100 0 101110 11001 10010000 111110 101110

Color Harmonies of #2DBE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBE66

Black with #2DBE66

Text Example


Text Example

White with #2DBE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,190,102); }

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

background-color css

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

 a { background-color: rgb(45,190,102); }

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

border-color css

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

 span { border-color: rgb(45,190,102); }

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