#3BD24D

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

Shades of Lime Green #3BD24D

Tints of Lime Green #3BD24D

Color information

#3BD24D (or 0x3BD24D) is unknown color: approx Lime Green. HEX triplet: 3B, D2 and 4D. RGB value is (59,210,77). Sum of RGB (Red+Green+Blue) = 59+210+77=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD24D is #C42DB2. Grayscale: #969696. Windows color (decimal): -12856755 or 5100091. OLE color: 5100091.

HSL color Cylindrical-coordinate representation of color #3BD24D: hue angle of 127.15º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD24D is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB5921077-
CMYK0.7200.630.18
HSL127.15º62.66%52.75%-
HSV(B)127.15º71.9%82.35%-
XYZ26.1947.5614.82-
YUV149.6986.9763.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 210 (82.42% from 255) = 60.69%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=17.05%
G=60.69%
B=22.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59210770.7200.630.18127.1562.6652.75
Hex3BD24D4803F127f3f35
Octal73322115110077221777765
Binary11101111010010100110110010000111111100101111111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,210,77); }

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

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

 a { background-color: rgb(59,210,77); }

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

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

 span { border-color: rgb(59,210,77); }

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