Html Css Color HEX #2CB75A Medium Sea Green

📋 copy color: '#2CB75A'

red 44 ◦ green 183 ◦ blue 90

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

Shades of Medium Sea Green #2CB75A

Tints of Medium Sea Green #2CB75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 13.88%
G = 57.73%
B = 28.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#2CB75A (or 0x2CB75A) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 5A. RGB value is (44,183,90). Sum of RGB (Red+Green+Blue) = 44+183+90=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB75A is #D348A5. Grayscale: #838383. Windows color (decimal): -13846694 or 5945132. OLE color: 5945132.

HSL color Cylindrical-coordinate representation of color #2CB75A: hue angle of 139.86º 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 #2CB75A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 183 90 -
CMYK 0.76 0 0.51 0.28
HSL 139.86º 0.61% 0.45% -
HSV(B) 139.86º 0.76% 0.72% -
XYZ 19.82 35.14 15.41 -
YUV 130.84 104.95 66.06 -
System Red Green Blue C M Y K H S L
Decimal 44 183 90 0.76 0 0.51 0.28 139.86 0.61 0.45
Hex 2C B7 5A 4C 0 33 1C 8C 3D 2D
Octal 54 267 132 114 0 63 34 214 75 55
Binary 101100 10110111 1011010 1001100 0 110011 11100 10001100 111101 101101

Color Harmonies of #2CB75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB75A

Black with #2CB75A

Text Example


Text Example

White with #2CB75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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