#3BC240

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

Shades of Lime Green #3BC240

Tints of Lime Green #3BC240

Color information

#3BC240 (or 0x3BC240) is unknown color: approx Lime Green. HEX triplet: 3B, C2 and 40. RGB value is (59,194,64). Sum of RGB (Red+Green+Blue) = 59+194+64=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC240 is #C43DBF. Grayscale: #8B8B8B. Windows color (decimal): -12860864 or 4244027. OLE color: 4244027.

HSL color Cylindrical-coordinate representation of color #3BC240: hue angle of 122.22º 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 #3BC240 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB5919464-
CMYK0.7000.670.24
HSL122.22º53.36%49.61%-
HSV(B)122.22º69.59%76.08%-
XYZ22.0239.8811.39-
YUV138.8285.7771.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 194 (76.17% from 255) = 61.20%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=18.61%
G=61.20%
B=20.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59194640.7000.670.24122.2253.3649.61
Hex3BC24046043187a3532
Octal733021001060103301726562
Binary111011110000101000000100011001000011110001111010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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