#3CB53E

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

Shades of Lime Green #3CB53E

Tints of Lime Green #3CB53E

Color information

#3CB53E (or 0x3CB53E) is unknown color: approx Lime Green. HEX triplet: 3C, B5 and 3E. RGB value is (60,181,62). Sum of RGB (Red+Green+Blue) = 60+181+62=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB53E is #C34AC1. Grayscale: #838383. Windows color (decimal): -12798658 or 4109628. OLE color: 4109628.

HSL color Cylindrical-coordinate representation of color #3CB53E: hue angle of 120.99º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB53E is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB6018162-
CMYK0.6700.660.29
HSL120.99º50.21%47.25%-
HSV(B)120.99º66.85%70.98%-
XYZ19.2634.3610.17-
YUV131.2688.9177.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 181 (71.09% from 255) = 59.74%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=19.80%
G=59.74%
B=20.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60181620.6700.660.29120.9950.2147.25
Hex3CB53E430421D79322f
Octal74265761030102351716257
Binary11110010110101111110100001101000010111011111001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,181,62); }

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

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

 a { background-color: rgb(60,181,62); }

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

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

 span { border-color: rgb(60,181,62); }

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