Html Css Color HEX #3BC04F Fruit Salad

📋 copy color: '#3BC04F'

red 59 ◦ green 192 ◦ blue 79

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

Shades of Fruit Salad #3BC04F

Tints of Fruit Salad #3BC04F

RGB

 RED value IS 59 (23.44% from 255) = 17.88%

 GREEN value IS 192 (75.39% from 255) = 58.18%

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

R = 17.88%
G = 58.18%
B = 23.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#3BC04F (or 0x3BC04F) is known color: Fruit Salad. HEX triplet: 3B, C0 and 4F. RGB value is (59,192,79). Sum of RGB (Red+Green+Blue) = 59+192+79=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC04F is #C43FB0. Grayscale: #8B8B8B. Windows color (decimal): -12861361 or 5226555. OLE color: 5226555.

HSL color Cylindrical-coordinate representation of color #3BC04F: hue angle of 129.02º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC04F is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 79 -
CMYK 0.69 0 0.59 0.25
HSL 129.02º 0.53% 0.49% -
HSV(B) 129.02º 0.69% 0.75% -
XYZ 22.06 39.19 13.8 -
YUV 139.35 93.94 70.69 -
System Red Green Blue C M Y K H S L
Decimal 59 192 79 0.69 0 0.59 0.25 129.02 0.53 0.49
Hex 3B C0 4F 45 0 3B 19 81 35 31
Octal 73 300 117 105 0 73 31 201 65 61
Binary 111011 11000000 1001111 1000101 0 111011 11001 10000001 110101 110001

Color Harmonies of #3BC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC04F

Black with #3BC04F

Text Example


Text Example

White with #3BC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,192,79); }

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

background-color css

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

 a { background-color: rgb(59,192,79); }

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

border-color css

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

 span { border-color: rgb(59,192,79); }

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