#1FC70A

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

Shades of Lime Green #1FC70A

Tints of Lime Green #1FC70A

Color information

#1FC70A (or 0x1FC70A) is unknown color: approx Lime Green. HEX triplet: 1F, C7 and 0A. RGB value is (31,199,10). Sum of RGB (Red+Green+Blue) = 31+199+10=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 199 (78.12% from 255 or 82.92% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC70A is #E038F5. Grayscale: #7F7F7F. Windows color (decimal): -14694646 or 706335. OLE color: 706335.

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

Color convert

RGB3119910-
CMYK0.8400.950.22
HSL113.33º90.43%40.98%-
HSV(B)113.33º94.97%78.04%-
XYZ21.0441.167.12-
YUV127.2261.8459.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 199 (78.12% from 255) = 82.92%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=12.92%
G=82.92%
B=4.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31199100.8400.950.22113.3390.4340.98
Hex1FC7A5405F16715a29
Octal373071212401372616113251
Binary111111100011110101010100010111111011011100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,199,10); }

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

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

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

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

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

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

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