#40E130

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

Shades of Lime Green #40E130

Tints of Lime Green #40E130

Color information

#40E130 (or 0x40E130) is unknown color: approx Lime Green. HEX triplet: 40, E1 and 30. RGB value is (64,225,48). Sum of RGB (Red+Green+Blue) = 64+225+48=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #40E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E130 is #BF1ECF. Grayscale: #9D9D9D. Windows color (decimal): -12525264 or 3203392. OLE color: 3203392.

HSL color Cylindrical-coordinate representation of color #40E130: hue angle of 114.58º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40E130 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB6422548-
CMYK0.7200.790.12
HSL114.58º74.68%53.53%-
HSV(B)114.58º78.67%88.24%-
XYZ29.5755.1511.88-
YUV156.6866.6661.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 225 (88.28% from 255) = 66.77%
BLUE value IS 48 (19.14% from 255) = 14.24%
R=18.99%
G=66.77%
B=14.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal64225480.7200.790.12114.5874.6853.53
Hex40E1304804FC734b36
Octal1003416011001171416311366
Binary100000011100001110000100100001001111110011100111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,225,48); }

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

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

 a { background-color: rgb(64,225,48); }

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

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

 span { border-color: rgb(64,225,48); }

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