#3BC42B

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

Shades of Lime Green #3BC42B

Tints of Lime Green #3BC42B

Color information

#3BC42B (or 0x3BC42B) is unknown color: approx Lime Green. HEX triplet: 3B, C4 and 2B. RGB value is (59,196,43). Sum of RGB (Red+Green+Blue) = 59+196+43=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 196 (76.95% from 255 or 65.77% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC42B is #C43BD4. Grayscale: #8A8A8A. Windows color (decimal): -12860373 or 2868283. OLE color: 2868283.

HSL color Cylindrical-coordinate representation of color #3BC42B: hue angle of 113.73º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BC42B is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB5919643-
CMYK0.7000.780.23
HSL113.73º64.02%46.86%-
HSV(B)113.73º78.06%76.86%-
XYZ21.9840.588.96-
YUV137.5974.6171.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 196 (76.95% from 255) = 65.77%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=19.80%
G=65.77%
B=14.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal59196430.7000.780.23113.7364.0246.86
Hex3BC42B4604E1772402f
Octal733045310601162716210057
Binary111011110001001010111000110010011101011111100101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,196,43); }

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

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

 a { background-color: rgb(59,196,43); }

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

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

 span { border-color: rgb(59,196,43); }

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