Html Css Color HEX #3CB44C Fruit Salad

📋 copy color: '#3CB44C'

red 60 ◦ green 180 ◦ blue 76

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

Shades of Fruit Salad #3CB44C

Tints of Fruit Salad #3CB44C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.96%

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 18.99%
G = 56.96%
B = 24.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#3CB44C (or 0x3CB44C) is known color: Fruit Salad. HEX triplet: 3C, B4 and 4C. RGB value is (60,180,76). Sum of RGB (Red+Green+Blue) = 60+180+76=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB44C is #C34BB3. Grayscale: #848484. Windows color (decimal): -12798900 or 5026876. OLE color: 5026876.

HSL color Cylindrical-coordinate representation of color #3CB44C: hue angle of 128º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB44C is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 180 76 -
CMYK 0.67 0 0.58 0.29
HSL 128º 0.5% 0.47% -
HSV(B) 128º 0.67% 0.71% -
XYZ 19.49 34.12 12.4 -
YUV 132.26 96.24 76.46 -
System Red Green Blue C M Y K H S L
Decimal 60 180 76 0.67 0 0.58 0.29 128 0.5 0.47
Hex 3C B4 4C 43 0 3A 1D 80 32 2F
Octal 74 264 114 103 0 72 35 200 62 57
Binary 111100 10110100 1001100 1000011 0 111010 11101 10000000 110010 101111

Color Harmonies of #3CB44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB44C

Black with #3CB44C

Text Example


Text Example

White with #3CB44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,180,76); }

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

background-color css

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

 a { background-color: rgb(60,180,76); }

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

border-color css

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

 span { border-color: rgb(60,180,76); }

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