#3bb24a

Color #3BB24A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3BB24A

Tints of Fruit Salad #3BB24A

Color information

#3BB24A (or 0x3BB24A) is unknown color: approx Fruit Salad. HEX triplet: 3B, B2 and 4A. RGB value is (59,178,74). Sum of RGB (Red+Green+Blue) = 59+178+74=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB24A is #C44DB5. Grayscale: #828282. Windows color (decimal): -12864950 or 4895291. OLE color: 4895291.

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

Color convert

RGB5917874-
CMYK0.6700.580.30
HSL127.56º50.21%46.47%-
HSV(B)127.56º66.85%69.8%-
XYZ18.9633.2711.9-
YUV130.5696.0876.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 178 (69.92% from 255) = 57.23%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=18.97%
G=57.23%
B=23.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal59178740.6700.580.30127.5650.2146.47
Hex3BB24A4303A1E80322e
Octal73262112103072362006256
Binary111011101100101001010100001101110101111010000000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bb24a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,178,74); }

 H1.HeaderClassName
 {
   color: #3bb24a;
 }
 .AnyTagClassName
 {
   color: #3bb24a;
 }
</style>
background-color css

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

 a { background-color: rgb(59,178,74); }

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

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

 span { border-color: rgb(59,178,74); }

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