Html Css Color HEX #2CB75F Medium Sea Green

📋 copy color: '#2CB75F'

red 44 ◦ green 183 ◦ blue 95

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

Shades of Medium Sea Green #2CB75F

Tints of Medium Sea Green #2CB75F

RGB

 RED value IS 44 (17.58% from 255) = 13.66%

 GREEN value IS 183 (71.88% from 255) = 56.83%

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 13.66%
G = 56.83%
B = 29.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#2CB75F (or 0x2CB75F) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 5F. RGB value is (44,183,95). Sum of RGB (Red+Green+Blue) = 44+183+95=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB75F is #D348A0. Grayscale: #838383. Windows color (decimal): -13846689 or 6272812. OLE color: 6272812.

HSL color Cylindrical-coordinate representation of color #2CB75F: hue angle of 142.01º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB75F is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 183 95 -
CMYK 0.76 0 0.48 0.28
HSL 142.01º 0.61% 0.45% -
HSV(B) 142.01º 0.76% 0.72% -
XYZ 20.04 35.23 16.57 -
YUV 131.41 107.45 65.66 -
System Red Green Blue C M Y K H S L
Decimal 44 183 95 0.76 0 0.48 0.28 142.01 0.61 0.45
Hex 2C B7 5F 4C 0 30 1C 8E 3D 2D
Octal 54 267 137 114 0 60 34 216 75 55
Binary 101100 10110111 1011111 1001100 0 110000 11100 10001110 111101 101101

Color Harmonies of #2CB75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB75F

Black with #2CB75F

Text Example


Text Example

White with #2CB75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,183,95); }

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

background-color css

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

 a { background-color: rgb(44,183,95); }

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

border-color css

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

 span { border-color: rgb(44,183,95); }

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