#40F837

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

Shades of Lime Green #40F837

Tints of Lime Green #40F837

Color information

#40F837 (or 0x40F837) is unknown color: approx Lime Green. HEX triplet: 40, F8 and 37. RGB value is (64,248,55). Sum of RGB (Red+Green+Blue) = 64+248+55=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 248 (97.27% from 255 or 67.57% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 248 - color contains mainly: green. Hex color #40F837 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F837 is #BF07C8. Grayscale: #ABABAB. Windows color (decimal): -12519369 or 3668032. OLE color: 3668032.

HSL color Cylindrical-coordinate representation of color #40F837: hue angle of 117.2º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40F837 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB6424855-
CMYK0.7400.780.03
HSL117.2º93.24%59.41%-
HSV(B)117.2º77.82%97.25%-
XYZ36.3768.514.92-
YUV170.9862.5451.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 248 (97.27% from 255) = 67.57%
BLUE value IS 55 (21.88% from 255) = 14.99%
R=17.44%
G=67.57%
B=14.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal64248550.7400.780.03117.293.2459.41
Hex40F8374A04E3755d3b
Octal100370671120116316513573
Binary1000000111110001101111001010010011101111101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,248,55); }

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

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

 a { background-color: rgb(64,248,55); }

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

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

 span { border-color: rgb(64,248,55); }

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