#3BC24D

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

Shades of Lime Green #3BC24D

Tints of Lime Green #3BC24D

Color information

#3BC24D (or 0x3BC24D) is unknown color: approx Lime Green. HEX triplet: 3B, C2 and 4D. RGB value is (59,194,77). Sum of RGB (Red+Green+Blue) = 59+194+77=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC24D is #C43DB2. Grayscale: #8C8C8C. Windows color (decimal): -12860851 or 5095995. OLE color: 5095995.

HSL color Cylindrical-coordinate representation of color #3BC24D: hue angle of 128º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC24D is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB5919477-
CMYK0.7000.600.24
HSL128º53.36%49.61%-
HSV(B)128º69.59%76.08%-
XYZ22.4340.0513.57-
YUV140.392.2770.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.88%
GREEN value IS 194 (76.17% from 255) = 58.79%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=17.88%
G=58.79%
B=23.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59194770.7000.600.2412853.3649.61
Hex3BC24D4603C18803532
Octal73302115106074302006562
Binary111011110000101001101100011001111001100010000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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