#3BC144

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

Shades of Lime Green #3BC144

Tints of Lime Green #3BC144

Color information

#3BC144 (or 0x3BC144) is unknown color: approx Lime Green. HEX triplet: 3B, C1 and 44. RGB value is (59,193,68). Sum of RGB (Red+Green+Blue) = 59+193+68=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC144 is #C43EBB. Grayscale: #8B8B8B. Windows color (decimal): -12861116 or 4505915. OLE color: 4505915.

HSL color Cylindrical-coordinate representation of color #3BC144: hue angle of 124.03º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC144 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB5919368-
CMYK0.6900.650.24
HSL124.03º53.17%49.41%-
HSV(B)124.03º69.43%75.69%-
XYZ21.9239.4911.94-
YUV138.6888.1171.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.44%
GREEN value IS 193 (75.78% from 255) = 60.31%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=18.44%
G=60.31%
B=21.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59193680.6900.650.24124.0353.1749.41
Hex3BC14445041187c3531
Octal733011041050101301746561
Binary111011110000011000100100010101000001110001111100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,193,68); }

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

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

 a { background-color: rgb(59,193,68); }

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

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

 span { border-color: rgb(59,193,68); }

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