Html Css Color HEX #2CBE5A Medium Sea Green

📋 copy color: '#2CBE5A'

red 44 ◦ green 190 ◦ blue 90

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

Shades of Medium Sea Green #2CBE5A

Tints of Medium Sea Green #2CBE5A

RGB

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

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

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

R = 13.58%
G = 58.64%
B = 27.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#2CBE5A (or 0x2CBE5A) is known color: Medium Sea Green. HEX triplet: 2C, BE and 5A. RGB value is (44,190,90). Sum of RGB (Red+Green+Blue) = 44+190+90=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBE5A is #D341A5. Grayscale: #878787. Windows color (decimal): -13844902 or 5946924. OLE color: 5946924.

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

Color convert

RGB 44 190 90 -
CMYK 0.77 0 0.53 0.25
HSL 138.9º 0.62% 0.46% -
HSV(B) 138.9º 0.77% 0.75% -
XYZ 21.3 38.1 15.9 -
YUV 134.95 102.63 63.13 -
System Red Green Blue C M Y K H S L
Decimal 44 190 90 0.77 0 0.53 0.25 138.9 0.62 0.46
Hex 2C BE 5A 4D 0 35 19 8B 3E 2E
Octal 54 276 132 115 0 65 31 213 76 56
Binary 101100 10111110 1011010 1001101 0 110101 11001 10001011 111110 101110

Color Harmonies of #2CBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBE5A

Black with #2CBE5A

Text Example


Text Example

White with #2CBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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