Html Css Color HEX #3CC38A Shamrock

📋 copy color: '#3CC38A'

red 60 ◦ green 195 ◦ blue 138

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

Shades of Shamrock #3CC38A

Tints of Shamrock #3CC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 15.27%
G = 49.62%
B = 35.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#3CC38A (or 0x3CC38A) is known color: Shamrock. HEX triplet: 3C, C3 and 8A. RGB value is (60,195,138). Sum of RGB (Red+Green+Blue) = 60+195+138=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC38A is #C33C75. Grayscale: #949494. Windows color (decimal): -12794998 or 9093948. OLE color: 9093948.

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

Color convert

RGB 60 195 138 -
CMYK 0.69 0 0.29 0.24
HSL 154.67º 0.53% 0.5% -
HSV(B) 154.67º 0.69% 0.76% -
XYZ 25.97 41.83 30.75 -
YUV 148.14 122.27 65.13 -
System Red Green Blue C M Y K H S L
Decimal 60 195 138 0.69 0 0.29 0.24 154.67 0.53 0.5
Hex 3C C3 8A 45 0 1D 18 9B 35 32
Octal 74 303 212 105 0 35 30 233 65 62
Binary 111100 11000011 10001010 1000101 0 11101 11000 10011011 110101 110010

Color Harmonies of #3CC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC38A

Black with #3CC38A

Text Example


Text Example

White with #3CC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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