#3BCA39

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

Shades of Lime Green #3BCA39

Tints of Lime Green #3BCA39

Color information

#3BCA39 (or 0x3BCA39) is unknown color: approx Lime Green. HEX triplet: 3B, CA and 39. RGB value is (59,202,57). Sum of RGB (Red+Green+Blue) = 59+202+57=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCA39 is #C435C6. Grayscale: #8F8F8F. Windows color (decimal): -12858823 or 3787323. OLE color: 3787323.

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

Color convert

RGB5920257-
CMYK0.7100.720.21
HSL119.17º57.77%50.78%-
HSV(B)119.17º71.78%79.22%-
XYZ23.6643.4711.01-
YUV142.7179.6268.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 202 (79.30% from 255) = 63.52%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=18.55%
G=63.52%
B=17.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59202570.7100.720.21119.1757.7750.78
Hex3BCA394704815773a33
Octal73312711070110251677263
Binary11101111001010111001100011101001000101011110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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