#3BCA36

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

Shades of Lime Green #3BCA36

Tints of Lime Green #3BCA36

Color information

#3BCA36 (or 0x3BCA36) is unknown color: approx Lime Green. HEX triplet: 3B, CA and 36. RGB value is (59,202,54). Sum of RGB (Red+Green+Blue) = 59+202+54=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCA36 is #C435C9. Grayscale: #8E8E8E. Windows color (decimal): -12858826 or 3590715. OLE color: 3590715.

HSL color Cylindrical-coordinate representation of color #3BCA36: hue angle of 117.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCA36 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB5920254-
CMYK0.7100.730.21
HSL117.97º58.27%50.2%-
HSV(B)117.97º73.27%79.22%-
XYZ23.5943.4410.63-
YUV142.3778.1268.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 202 (79.30% from 255) = 64.13%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=18.73%
G=64.13%
B=17.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59202540.7100.730.21117.9758.2750.2
Hex3BCA364704915763a32
Octal73312661070111251667262
Binary11101111001010110110100011101001001101011110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,202,54); }

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

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

 a { background-color: rgb(59,202,54); }

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

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

 span { border-color: rgb(59,202,54); }

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