Html Css Color HEX #3BB242 Fruit Salad

📋 copy color: '#3BB242'

red 59 ◦ green 178 ◦ blue 66

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

Shades of Fruit Salad #3BB242

Tints of Fruit Salad #3BB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.75%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 19.47%
G = 58.75%
B = 21.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#3BB242 (or 0x3BB242) is known color: Fruit Salad. HEX triplet: 3B, B2 and 42. RGB value is (59,178,66). Sum of RGB (Red+Green+Blue) = 59+178+66=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB242 is #C44DBD. Grayscale: #818181. Windows color (decimal): -12864958 or 4371003. OLE color: 4371003.

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

Color convert

RGB 59 178 66 -
CMYK 0.67 0 0.63 0.30
HSL 123.53º 0.5% 0.46% -
HSV(B) 123.53º 0.67% 0.7% -
XYZ 18.71 33.16 10.57 -
YUV 129.65 92.08 77.61 -
System Red Green Blue C M Y K H S L
Decimal 59 178 66 0.67 0 0.63 0.30 123.53 0.5 0.46
Hex 3B B2 42 43 0 3F 1E 7C 32 2E
Octal 73 262 102 103 0 77 36 174 62 56
Binary 111011 10110010 1000010 1000011 0 111111 11110 1111100 110010 101110

Color Harmonies of #3BB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB242

Black with #3BB242

Text Example


Text Example

White with #3BB242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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