#1FC61A

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

Shades of Lime Green #1FC61A

Tints of Lime Green #1FC61A

Color information

#1FC61A (or 0x1FC61A) is unknown color: approx Lime Green. HEX triplet: 1F, C6 and 1A. RGB value is (31,198,26). Sum of RGB (Red+Green+Blue) = 31+198+26=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 198 (77.73% from 255 or 77.65% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC61A is #E039E5. Grayscale: #808080. Windows color (decimal): -14694886 or 1754655. OLE color: 1754655.

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

Color convert

RGB3119826-
CMYK0.8400.870.22
HSL118.26º76.79%43.92%-
HSV(B)118.26º86.87%77.65%-
XYZ20.9540.757.74-
YUV128.4670.1758.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 198 (77.73% from 255) = 77.65%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=12.16%
G=77.65%
B=10.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31198260.8400.870.22118.2676.7943.92
Hex1FC61A5405716764d2c
Octal373063212401272616611554
Binary1111111000110110101010100010101111011011101101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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