Html Css Color HEX #3CB04F Fruit Salad

📋 copy color: '#3CB04F'

red 60 ◦ green 176 ◦ blue 79

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

Shades of Fruit Salad #3CB04F

Tints of Fruit Salad #3CB04F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.87%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 19.05%
G = 55.87%
B = 25.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#3CB04F (or 0x3CB04F) is known color: Fruit Salad. HEX triplet: 3C, B0 and 4F. RGB value is (60,176,79). Sum of RGB (Red+Green+Blue) = 60+176+79=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB04F is #C34FB0. Grayscale: #828282. Windows color (decimal): -12799921 or 5222460. OLE color: 5222460.

HSL color Cylindrical-coordinate representation of color #3CB04F: hue angle of 129.83º 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 #3CB04F is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 176 79 -
CMYK 0.66 0 0.55 0.31
HSL 129.83º 0.49% 0.46% -
HSV(B) 129.83º 0.66% 0.69% -
XYZ 18.8 32.58 12.69 -
YUV 130.26 99.07 77.89 -
System Red Green Blue C M Y K H S L
Decimal 60 176 79 0.66 0 0.55 0.31 129.83 0.49 0.46
Hex 3C B0 4F 42 0 37 1F 82 31 2E
Octal 74 260 117 102 0 67 37 202 61 56
Binary 111100 10110000 1001111 1000010 0 110111 11111 10000010 110001 101110

Color Harmonies of #3CB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB04F

Black with #3CB04F

Text Example


Text Example

White with #3CB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,79); }

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

background-color css

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

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

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

border-color css

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

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

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