Html Css Color HEX #2CB25C Medium Sea Green

📋 copy color: '#2CB25C'

red 44 ◦ green 178 ◦ blue 92

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

Shades of Medium Sea Green #2CB25C

Tints of Medium Sea Green #2CB25C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.69%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 14.01%
G = 56.69%
B = 29.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#2CB25C (or 0x2CB25C) is known color: Medium Sea Green. HEX triplet: 2C, B2 and 5C. RGB value is (44,178,92). Sum of RGB (Red+Green+Blue) = 44+178+92=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB25C is #D34DA3. Grayscale: #808080. Windows color (decimal): -13847972 or 6074924. OLE color: 6074924.

HSL color Cylindrical-coordinate representation of color #2CB25C: hue angle of 141.49º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB25C is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 92 -
CMYK 0.75 0 0.48 0.30
HSL 141.49º 0.6% 0.44% -
HSV(B) 141.49º 0.75% 0.7% -
XYZ 18.89 33.15 15.53 -
YUV 128.13 107.61 67.99 -
System Red Green Blue C M Y K H S L
Decimal 44 178 92 0.75 0 0.48 0.30 141.49 0.6 0.44
Hex 2C B2 5C 4B 0 30 1E 8D 3C 2C
Octal 54 262 134 113 0 60 36 215 74 54
Binary 101100 10110010 1011100 1001011 0 110000 11110 10001101 111100 101100

Color Harmonies of #2CB25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB25C

Black with #2CB25C

Text Example


Text Example

White with #2CB25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,92); }

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

background-color css

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

 a { background-color: rgb(44,178,92); }

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

border-color css

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

 span { border-color: rgb(44,178,92); }

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