#1FDC1D

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

Shades of Lime Green #1FDC1D

Tints of Lime Green #1FDC1D

Color information

#1FDC1D (or 0x1FDC1D) is unknown color: approx Lime Green. HEX triplet: 1F, DC and 1D. RGB value is (31,220,29). Sum of RGB (Red+Green+Blue) = 31+220+29=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC1D is #E023E2. Grayscale: #8E8E8E. Windows color (decimal): -14689251 or 1956895. OLE color: 1956895.

HSL color Cylindrical-coordinate representation of color #1FDC1D: hue angle of 119.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDC1D is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB3122029-
CMYK0.8600.870.14
HSL119.37º76.71%48.82%-
HSV(B)119.37º86.82%86.27%-
XYZ26.3851.579.73-
YUV141.7264.3849.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 220 (86.33% from 255) = 78.57%
BLUE value IS 29 (11.72% from 255) = 10.36%
R=11.07%
G=78.57%
B=10.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal31220290.8600.870.14119.3776.7148.82
Hex1FDC1D56057E774d31
Octal373343512601271616711561
Binary111111101110011101101011001010111111011101111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,220,29); }

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

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

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

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

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

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

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