#3BD51E

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

Shades of Lime Green #3BD51E

Tints of Lime Green #3BD51E

Color information

#3BD51E (or 0x3BD51E) is unknown color: approx Lime Green. HEX triplet: 3B, D5 and 1E. RGB value is (59,213,30). Sum of RGB (Red+Green+Blue) = 59+213+30=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 213 (83.59% from 255 or 70.53% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD51E is #C42AE1. Grayscale: #929292. Windows color (decimal): -12856034 or 2020667. OLE color: 2020667.

HSL color Cylindrical-coordinate representation of color #3BD51E: hue angle of 110.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BD51E is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB5921330-
CMYK0.7200.860.16
HSL110.49º75.31%47.65%-
HSV(B)110.49º85.92%83.53%-
XYZ25.8348.619.25-
YUV146.0962.4865.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 213 (83.59% from 255) = 70.53%
BLUE value IS 30 (12.11% from 255) = 9.93%
R=19.54%
G=70.53%
B=9.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59213300.7200.860.16110.4975.3147.65
Hex3BD51E48056106e4b30
Octal733253611001262015611360
Binary11101111010101111101001000010101101000011011101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,213,30); }

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

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

 a { background-color: rgb(59,213,30); }

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

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

 span { border-color: rgb(59,213,30); }

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