#40C348

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

Shades of Lime Green #40C348

Tints of Lime Green #40C348

Color information

#40C348 (or 0x40C348) is unknown color: approx Lime Green. HEX triplet: 40, C3 and 48. RGB value is (64,195,72). Sum of RGB (Red+Green+Blue) = 64+195+72=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #40C348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C348 is #BF3CB7. Grayscale: #8E8E8E. Windows color (decimal): -12532920 or 4768576. OLE color: 4768576.

HSL color Cylindrical-coordinate representation of color #40C348: hue angle of 123.66º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C348 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB6419572-
CMYK0.6700.630.24
HSL123.66º52.19%50.78%-
HSV(B)123.66º67.18%76.47%-
XYZ22.840.5912.76-
YUV141.8188.672.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 195 (76.56% from 255) = 58.91%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=19.34%
G=58.91%
B=21.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64195720.6700.630.24123.6652.1950.78
Hex40C3484303F187c3433
Octal100303110103077301746463
Binary100000011000011100100010000110111111110001111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40C348; }

 p { color: rgb(64,195,72); }

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

<style>
 a { background-color: #40C348; }

 a { background-color: rgb(64,195,72); }

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

<style>
 span { border-color: #40C348; }

 span { border-color: rgb(64,195,72); }

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