#3BD42B

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

Shades of Lime Green #3BD42B

Tints of Lime Green #3BD42B

Color information

#3BD42B (or 0x3BD42B) is unknown color: approx Lime Green. HEX triplet: 3B, D4 and 2B. RGB value is (59,212,43). Sum of RGB (Red+Green+Blue) = 59+212+43=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 212 (83.20% from 255 or 67.52% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD42B is #C42BD4. Grayscale: #939393. Windows color (decimal): -12856277 or 2872379. OLE color: 2872379.

HSL color Cylindrical-coordinate representation of color #3BD42B: hue angle of 114.32º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BD42B is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB5921243-
CMYK0.7200.800.17
HSL114.32º66.27%50%-
HSV(B)114.32º79.72%83.14%-
XYZ25.7848.1910.23-
YUV146.9969.3165.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 212 (83.20% from 255) = 67.52%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=18.79%
G=67.52%
B=13.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal59212430.7200.800.17114.3266.2750
Hex3BD42B4805011724232
Octal733245311001202116210262
Binary111011110101001010111001000010100001000111100101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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