Html Css Color HEX #3CB13C Fruit Salad

📋 copy color: '#3CB13C'

red 60 ◦ green 177 ◦ blue 60

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

Shades of Fruit Salad #3CB13C

Tints of Fruit Salad #3CB13C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59.6%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 20.2%
G = 59.6%
B = 20.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#3CB13C (or 0x3CB13C) is known color: Fruit Salad. HEX triplet: 3C, B1 and 3C. RGB value is (60,177,60). Sum of RGB (Red+Green+Blue) = 60+177+60=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB13C is #C34EC3. Grayscale: #818181. Windows color (decimal): -12799684 or 3977532. OLE color: 3977532.

HSL color Cylindrical-coordinate representation of color #3CB13C: hue angle of 120º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB13C is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 177 60 -
CMYK 0.66 0 0.66 0.31
HSL 120º 0.49% 0.46% -
HSV(B) 120º 0.66% 0.69% -
XYZ 18.4 32.73 9.62 -
YUV 128.68 89.24 79.01 -
System Red Green Blue C M Y K H S L
Decimal 60 177 60 0.66 0 0.66 0.31 120 0.49 0.46
Hex 3C B1 3C 42 0 42 1F 78 31 2E
Octal 74 261 74 102 0 102 37 170 61 56
Binary 111100 10110001 111100 1000010 0 1000010 11111 1111000 110001 101110

Color Harmonies of #3CB13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB13C

Black with #3CB13C

Text Example


Text Example

White with #3CB13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,177,60); }

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

background-color css

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

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

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

border-color css

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

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

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