#3BC135

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

Shades of Lime Green #3BC135

Tints of Lime Green #3BC135

Color information

#3BC135 (or 0x3BC135) is unknown color: approx Lime Green. HEX triplet: 3B, C1 and 35. RGB value is (59,193,53). Sum of RGB (Red+Green+Blue) = 59+193+53=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC135 is #C43ECA. Grayscale: #898989. Windows color (decimal): -12861131 or 3522875. OLE color: 3522875.

HSL color Cylindrical-coordinate representation of color #3BC135: hue angle of 117.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC135 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB5919353-
CMYK0.6900.730.24
HSL117.43º56.91%48.24%-
HSV(B)117.43º72.54%75.69%-
XYZ21.5239.339.82-
YUV136.9780.6172.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 193 (75.78% from 255) = 63.28%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=19.34%
G=63.28%
B=17.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59193530.6900.730.24117.4356.9148.24
Hex3BC1354504918753930
Octal73301651050111301657160
Binary11101111000001110101100010101001001110001110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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