#3BD51F

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

Shades of Lime Green #3BD51F

Tints of Lime Green #3BD51F

Color information

#3BD51F (or 0x3BD51F) is unknown color: approx Lime Green. HEX triplet: 3B, D5 and 1F. RGB value is (59,213,31). Sum of RGB (Red+Green+Blue) = 59+213+31=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD51F is #C42AE0. Grayscale: #929292. Windows color (decimal): -12856033 or 2086203. OLE color: 2086203.

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

Color convert

RGB5921331-
CMYK0.7200.850.16
HSL110.77º74.59%47.84%-
HSV(B)110.77º85.45%83.53%-
XYZ25.8548.629.32-
YUV146.2162.9865.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.47%
GREEN value IS 213 (83.59% from 255) = 70.30%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=19.47%
G=70.30%
B=10.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59213310.7200.850.16110.7774.5947.84
Hex3BD51F48055106f4b30
Octal733253711001252015711360
Binary11101111010101111111001000010101011000011011111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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