#1FC007

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

Shades of Lime Green #1FC007

Tints of Lime Green #1FC007

Color information

#1FC007 (or 0x1FC007) is unknown color: approx Lime Green. HEX triplet: 1F, C0 and 07. RGB value is (31,192,7). Sum of RGB (Red+Green+Blue) = 31+192+7=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC007 is #E03FF8. Grayscale: #7B7B7B. Windows color (decimal): -14696441 or 507935. OLE color: 507935.

HSL color Cylindrical-coordinate representation of color #1FC007: hue angle of 112.22º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FC007 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB311927-
CMYK0.8400.960.25
HSL112.22º92.96%39.02%-
HSV(B)112.22º96.35%75.29%-
XYZ19.4538.016.51-
YUV122.7762.6662.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.48%
GREEN value IS 192 (75.39% from 255) = 83.48%
BLUE value IS 7 (3.12% from 255) = 3.04%
R=13.48%
G=83.48%
B=3.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3119270.8400.960.25112.2292.9639.02
Hex1FC075406019705d27
Octal37300712401403116013547
Binary11111110000001111010100011000001100111100001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,192,7); }

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

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

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

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

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

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

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