#3cb52a

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

Shades of Lime Green #3CB52A

Tints of Lime Green #3CB52A

Color information

#3CB52A (or 0x3CB52A) is unknown color: approx Lime Green. HEX triplet: 3C, B5 and 2A. RGB value is (60,181,42). Sum of RGB (Red+Green+Blue) = 60+181+42=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 181 (71.09% from 255 or 63.96% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB52A is #C34AD5. Grayscale: #818181. Windows color (decimal): -12798678 or 2798908. OLE color: 2798908.

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

Color convert

RGB6018142-
CMYK0.6700.770.29
HSL112.23º62.33%43.73%-
HSV(B)112.23º76.8%70.98%-
XYZ18.8134.187.8-
YUV128.9878.9178.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 181 (71.09% from 255) = 63.96%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=21.20%
G=63.96%
B=14.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60181420.6700.770.29112.2362.3343.73
Hex3CB52A4304D1D703e2c
Octal74265521030115351607654
Binary11110010110101101010100001101001101111011110000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cb52a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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