#3CBA2F

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

Shades of Lime Green #3CBA2F

Tints of Lime Green #3CBA2F

Color information

#3CBA2F (or 0x3CBA2F) is unknown color: approx Lime Green. HEX triplet: 3C, BA and 2F. RGB value is (60,186,47). Sum of RGB (Red+Green+Blue) = 60+186+47=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA2F is #C345D0. Grayscale: #848484. Windows color (decimal): -12797393 or 3127868. OLE color: 3127868.

HSL color Cylindrical-coordinate representation of color #3CBA2F: hue angle of 114.39º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CBA2F is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB6018647-
CMYK0.6800.750.27
HSL114.39º59.66%45.69%-
HSV(B)114.39º74.73%72.94%-
XYZ19.9436.288.64-
YUV132.4879.7676.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 186 (73.05% from 255) = 63.48%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=20.48%
G=63.48%
B=16.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60186470.6800.750.27114.3959.6645.69
Hex3CBA2F4404B1B723c2e
Octal74272571040113331627456
Binary11110010111010101111100010001001011110111110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,186,47); }

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

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

 a { background-color: rgb(60,186,47); }

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

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

 span { border-color: rgb(60,186,47); }

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