Html Css Color HEX #3CC38D Shamrock

📋 copy color: '#3CC38D'

red 60 ◦ green 195 ◦ blue 141

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

Shades of Shamrock #3CC38D

Tints of Shamrock #3CC38D

RGB

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

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

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

R = 15.15%
G = 49.24%
B = 35.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#3CC38D (or 0x3CC38D) is known color: Shamrock. HEX triplet: 3C, C3 and 8D. RGB value is (60,195,141). Sum of RGB (Red+Green+Blue) = 60+195+141=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC38D is #C33C72. Grayscale: #949494. Windows color (decimal): -12794995 or 9290556. OLE color: 9290556.

HSL color Cylindrical-coordinate representation of color #3CC38D: hue angle of 156º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC38D is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 195 141 -
CMYK 0.69 0 0.28 0.24
HSL 156º 0.53% 0.5% -
HSV(B) 156º 0.69% 0.76% -
XYZ 26.19 41.91 31.91 -
YUV 148.48 123.77 64.89 -
System Red Green Blue C M Y K H S L
Decimal 60 195 141 0.69 0 0.28 0.24 156 0.53 0.5
Hex 3C C3 8D 45 0 1C 18 9C 35 32
Octal 74 303 215 105 0 34 30 234 65 62
Binary 111100 11000011 10001101 1000101 0 11100 11000 10011100 110101 110010

Color Harmonies of #3CC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC38D

Black with #3CC38D

Text Example


Text Example

White with #3CC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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