Html Css Color HEX #3CC58D Shamrock

📋 copy color: '#3CC58D'

red 60 ◦ green 197 ◦ blue 141

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

Shades of Shamrock #3CC58D

Tints of Shamrock #3CC58D

RGB

 RED value IS 60 (23.83% from 255) = 15.08%

 GREEN value IS 197 (77.34% from 255) = 49.5%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 15.08%
G = 49.5%
B = 35.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#3CC58D (or 0x3CC58D) is known color: Shamrock. HEX triplet: 3C, C5 and 8D. RGB value is (60,197,141). Sum of RGB (Red+Green+Blue) = 60+197+141=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC58D is #C33A72. Grayscale: #959595. Windows color (decimal): -12794483 or 9291068. OLE color: 9291068.

HSL color Cylindrical-coordinate representation of color #3CC58D: hue angle of 155.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC58D is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 197 141 -
CMYK 0.70 0 0.28 0.23
HSL 155.47º 0.54% 0.5% -
HSV(B) 155.47º 0.7% 0.77% -
XYZ 26.64 42.82 32.06 -
YUV 149.65 123.11 64.05 -
System Red Green Blue C M Y K H S L
Decimal 60 197 141 0.70 0 0.28 0.23 155.47 0.54 0.5
Hex 3C C5 8D 46 0 1C 17 9B 36 32
Octal 74 305 215 106 0 34 27 233 66 62
Binary 111100 11000101 10001101 1000110 0 11100 10111 10011011 110110 110010

Color Harmonies of #3CC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC58D

Black with #3CC58D

Text Example


Text Example

White with #3CC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CC58D; }

 p { color: rgb(60,197,141); }

 H1.HeaderClassName
 {
   color: #3CC58D;
 }
 .AnyTagClassName
 {
   color: #3CC58D;
 }
</style>

background-color css

<style>
 a { background-color: #3CC58D; }

 a { background-color: rgb(60,197,141); }

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

border-color css

<style>
 span { border-color: #3CC58D; }

 span { border-color: rgb(60,197,141); }

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