#3BAF35

Color #3BAF35 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3BAF35

Tints of Lime Green #3BAF35

Color information

#3BAF35 (or 0x3BAF35) is unknown color: approx Lime Green. HEX triplet: 3B, AF and 35. RGB value is (59,175,53). Sum of RGB (Red+Green+Blue) = 59+175+53=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAF35 is #C450CA. Grayscale: #7E7E7E. Windows color (decimal): -12865739 or 3518267. OLE color: 3518267.

HSL color Cylindrical-coordinate representation of color #3BAF35: hue angle of 117.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BAF35 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB5917553-
CMYK0.6600.700.31
HSL117.05º53.51%44.71%-
HSV(B)117.05º69.71%68.63%-
XYZ17.7831.858.58-
YUV126.4186.5779.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 175 (68.75% from 255) = 60.98%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=20.56%
G=60.98%
B=18.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59175530.6600.700.31117.0553.5144.71
Hex3BAF35420461F75362d
Octal73257651020106371656655
Binary11101110101111110101100001001000110111111110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,175,53); }

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

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

 a { background-color: rgb(59,175,53); }

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

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

 span { border-color: rgb(59,175,53); }

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