Html Css Color HEX #2CC360 Medium Sea Green

📋 copy color: '#2CC360'

red 44 ◦ green 195 ◦ blue 96

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

Shades of Medium Sea Green #2CC360

Tints of Medium Sea Green #2CC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.21%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 13.13%
G = 58.21%
B = 28.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#2CC360 (or 0x2CC360) is known color: Medium Sea Green. HEX triplet: 2C, C3 and 60. RGB value is (44,195,96). Sum of RGB (Red+Green+Blue) = 44+195+96=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC360 is #D33C9F. Grayscale: #8A8A8A. Windows color (decimal): -13843616 or 6341420. OLE color: 6341420.

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

Color convert

RGB 44 195 96 -
CMYK 0.77 0 0.51 0.24
HSL 140.66º 0.63% 0.47% -
HSV(B) 140.66º 0.77% 0.76% -
XYZ 22.67 40.41 17.67 -
YUV 138.57 103.97 60.55 -
System Red Green Blue C M Y K H S L
Decimal 44 195 96 0.77 0 0.51 0.24 140.66 0.63 0.47
Hex 2C C3 60 4D 0 33 18 8D 3F 2F
Octal 54 303 140 115 0 63 30 215 77 57
Binary 101100 11000011 1100000 1001101 0 110011 11000 10001101 111111 101111

Color Harmonies of #2CC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC360

Black with #2CC360

Text Example


Text Example

White with #2CC360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,195,96); }

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

background-color css

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

 a { background-color: rgb(44,195,96); }

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

border-color css

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

 span { border-color: rgb(44,195,96); }

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