Html Css Color HEX #3CF095 Shamrock

📋 copy color: '#3CF095'

red 60 ◦ green 240 ◦ blue 149

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

Shades of Shamrock #3CF095

Tints of Shamrock #3CF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.45%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 13.36%
G = 53.45%
B = 33.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#3CF095 (or 0x3CF095) is known color: Shamrock. HEX triplet: 3C, F0 and 95. RGB value is (60,240,149). Sum of RGB (Red+Green+Blue) = 60+240+149=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF095 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF095 is #C30F6A. Grayscale: #AFAFAF. Windows color (decimal): -12783467 or 9826364. OLE color: 9826364.

HSL color Cylindrical-coordinate representation of color #3CF095: hue angle of 149.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF095 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 149 -
CMYK 0.75 0 0.38 0.06
HSL 149.67º 0.86% 0.59% -
HSV(B) 149.67º 0.75% 0.94% -
XYZ 38.45 65.45 39.04 -
YUV 175.81 112.87 45.4 -
System Red Green Blue C M Y K H S L
Decimal 60 240 149 0.75 0 0.38 0.06 149.67 0.86 0.59
Hex 3C F0 95 4B 0 26 6 96 56 3B
Octal 74 360 225 113 0 46 6 226 126 73
Binary 111100 11110000 10010101 1001011 0 100110 110 10010110 1010110 111011

Color Harmonies of #3CF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF095

Black with #3CF095

Text Example


Text Example

White with #3CF095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,149); }

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

background-color css

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

 a { background-color: rgb(60,240,149); }

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

border-color css

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

 span { border-color: rgb(60,240,149); }

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