Html Css Color HEX #3CB03D Fruit Salad

📋 copy color: '#3CB03D'

red 60 ◦ green 176 ◦ blue 61

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

Shades of Fruit Salad #3CB03D

Tints of Fruit Salad #3CB03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 20.2%
G = 59.26%
B = 20.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#3CB03D (or 0x3CB03D) is known color: Fruit Salad. HEX triplet: 3C, B0 and 3D. RGB value is (60,176,61). Sum of RGB (Red+Green+Blue) = 60+176+61=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB03D is #C34FC2. Grayscale: #808080. Windows color (decimal): -12799939 or 4042812. OLE color: 4042812.

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

Color convert

RGB 60 176 61 -
CMYK 0.66 0 0.65 0.31
HSL 120.52º 0.49% 0.46% -
HSV(B) 120.52º 0.66% 0.69% -
XYZ 18.23 32.35 9.7 -
YUV 128.21 90.07 79.35 -
System Red Green Blue C M Y K H S L
Decimal 60 176 61 0.66 0 0.65 0.31 120.52 0.49 0.46
Hex 3C B0 3D 42 0 41 1F 79 31 2E
Octal 74 260 75 102 0 101 37 171 61 56
Binary 111100 10110000 111101 1000010 0 1000001 11111 1111001 110001 101110

Color Harmonies of #3CB03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB03D

Black with #3CB03D

Text Example


Text Example

White with #3CB03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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