Html Css Color HEX #2CC255 Medium Sea Green

📋 copy color: '#2CC255'

red 44 ◦ green 194 ◦ blue 85

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

Shades of Medium Sea Green #2CC255

Tints of Medium Sea Green #2CC255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.06%

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 13.62%
G = 60.06%
B = 26.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#2CC255 (or 0x2CC255) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 55. RGB value is (44,194,85). Sum of RGB (Red+Green+Blue) = 44+194+85=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC255 is #D33DAA. Grayscale: #898989. Windows color (decimal): -13843883 or 5620268. OLE color: 5620268.

HSL color Cylindrical-coordinate representation of color #2CC255: hue angle of 136.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC255 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 194 85 -
CMYK 0.77 0 0.56 0.24
HSL 136.4º 0.63% 0.47% -
HSV(B) 136.4º 0.77% 0.76% -
XYZ 21.97 39.77 15.11 -
YUV 136.72 98.81 61.86 -
System Red Green Blue C M Y K H S L
Decimal 44 194 85 0.77 0 0.56 0.24 136.4 0.63 0.47
Hex 2C C2 55 4D 0 38 18 88 3F 2F
Octal 54 302 125 115 0 70 30 210 77 57
Binary 101100 11000010 1010101 1001101 0 111000 11000 10001000 111111 101111

Color Harmonies of #2CC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC255

Black with #2CC255

Text Example


Text Example

White with #2CC255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,194,85); }

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

background-color css

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

 a { background-color: rgb(44,194,85); }

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

border-color css

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

 span { border-color: rgb(44,194,85); }

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