#1FC61F

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

Shades of Lime Green #1FC61F

Tints of Lime Green #1FC61F

Color information

#1FC61F (or 0x1FC61F) is unknown color: approx Lime Green. HEX triplet: 1F, C6 and 1F. RGB value is (31,198,31). Sum of RGB (Red+Green+Blue) = 31+198+31=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 198 (77.73% from 255 or 76.15% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC61F is #E039E0. Grayscale: #818181. Windows color (decimal): -14694881 or 2082335. OLE color: 2082335.

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

Color convert

RGB3119831-
CMYK0.8400.840.22
HSL120º72.93%44.9%-
HSV(B)120º84.34%77.65%-
XYZ21.0140.788.06-
YUV129.0372.6758.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.92%
GREEN value IS 198 (77.73% from 255) = 76.15%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=11.92%
G=76.15%
B=11.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31198310.8400.840.2212072.9344.9
Hex1FC61F540541678492d
Octal373063712401242617011155
Binary1111111000110111111010100010101001011011110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,198,31); }

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

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

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

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

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

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

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