Html Css Color HEX #3CB43F Fruit Salad

📋 copy color: '#3CB43F'

red 60 ◦ green 180 ◦ blue 63

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

Shades of Fruit Salad #3CB43F

Tints of Fruit Salad #3CB43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.79%

R = 19.8%
G = 59.41%
B = 20.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#3CB43F (or 0x3CB43F) is known color: Fruit Salad. HEX triplet: 3C, B4 and 3F. RGB value is (60,180,63). Sum of RGB (Red+Green+Blue) = 60+180+63=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB43F is #C34BC0. Grayscale: #838383. Windows color (decimal): -12798913 or 4174908. OLE color: 4174908.

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

Color convert

RGB 60 180 63 -
CMYK 0.67 0 0.65 0.29
HSL 121.5º 0.5% 0.47% -
HSV(B) 121.5º 0.67% 0.71% -
XYZ 19.08 33.96 10.25 -
YUV 130.78 89.74 77.51 -
System Red Green Blue C M Y K H S L
Decimal 60 180 63 0.67 0 0.65 0.29 121.5 0.5 0.47
Hex 3C B4 3F 43 0 41 1D 7A 32 2F
Octal 74 264 77 103 0 101 35 172 62 57
Binary 111100 10110100 111111 1000011 0 1000001 11101 1111010 110010 101111

Color Harmonies of #3CB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB43F

Black with #3CB43F

Text Example


Text Example

White with #3CB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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