#1FC840

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

Shades of Lime Green #1FC840

Tints of Lime Green #1FC840

Color information

#1FC840 (or 0x1FC840) is unknown color: approx Lime Green. HEX triplet: 1F, C8 and 40. RGB value is (31,200,64). Sum of RGB (Red+Green+Blue) = 31+200+64=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC840 is #E037BF. Grayscale: #868686. Windows color (decimal): -14694336 or 4245535. OLE color: 4245535.

HSL color Cylindrical-coordinate representation of color #1FC840: hue angle of 131.72º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC840 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB3120064-
CMYK0.8400.680.22
HSL131.72º73.16%45.29%-
HSV(B)131.72º84.5%78.43%-
XYZ22.1441.9711.78-
YUV133.9688.5154.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 200 (78.52% from 255) = 67.80%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=10.51%
G=67.80%
B=21.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31200640.8400.680.22131.7273.1645.29
Hex1FC840540441684492d
Octal3731010012401042620411155
Binary1111111001000100000010101000100010010110100001001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FC840; }

 p { color: rgb(31,200,64); }

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

<style>
 a { background-color: #1FC840; }

 a { background-color: rgb(31,200,64); }

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

<style>
 span { border-color: #1FC840; }

 span { border-color: rgb(31,200,64); }

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