#3BFB35

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

Shades of Lime Green #3BFB35

Tints of Lime Green #3BFB35

Color information

#3BFB35 (or 0x3BFB35) is unknown color: approx Lime Green. HEX triplet: 3B, FB and 35. RGB value is (59,251,53). Sum of RGB (Red+Green+Blue) = 59+251+53=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFB35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFB35 is #C404CA. Grayscale: #ABABAB. Windows color (decimal): -12846283 or 3537723. OLE color: 3537723.

HSL color Cylindrical-coordinate representation of color #3BFB35: hue angle of 118.18º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BFB35 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB5925153-
CMYK0.7600.790.02
HSL118.18º96.12%59.61%-
HSV(B)118.18º78.88%98.43%-
XYZ36.9470.1814.97-
YUV171.0261.3948.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.25%
GREEN value IS 251 (98.44% from 255) = 69.15%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=16.25%
G=69.15%
B=14.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal59251530.7600.790.02118.1896.1259.61
Hex3BFB354C04F276603c
Octal73373651140117216614074
Binary111011111110111101011001100010011111011101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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