Html Css Color HEX #3CC38F Shamrock

📋 copy color: '#3CC38F'

red 60 ◦ green 195 ◦ blue 143

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

Shades of Shamrock #3CC38F

Tints of Shamrock #3CC38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 15.08%
G = 48.99%
B = 35.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#3CC38F (or 0x3CC38F) is known color: Shamrock. HEX triplet: 3C, C3 and 8F. RGB value is (60,195,143). Sum of RGB (Red+Green+Blue) = 60+195+143=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC38F is #C33C70. Grayscale: #949494. Windows color (decimal): -12794993 or 9421628. OLE color: 9421628.

HSL color Cylindrical-coordinate representation of color #3CC38F: hue angle of 156.89º 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 #3CC38F is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 195 143 -
CMYK 0.69 0 0.27 0.24
HSL 156.89º 0.53% 0.5% -
HSV(B) 156.89º 0.69% 0.76% -
XYZ 26.34 41.97 32.7 -
YUV 148.71 124.77 64.73 -
System Red Green Blue C M Y K H S L
Decimal 60 195 143 0.69 0 0.27 0.24 156.89 0.53 0.5
Hex 3C C3 8F 45 0 1B 18 9D 35 32
Octal 74 303 217 105 0 33 30 235 65 62
Binary 111100 11000011 10001111 1000101 0 11011 11000 10011101 110101 110010

Color Harmonies of #3CC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC38F

Black with #3CC38F

Text Example


Text Example

White with #3CC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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