#1FD31C

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

Shades of Lime Green #1FD31C

Tints of Lime Green #1FD31C

Color information

#1FD31C (or 0x1FD31C) is unknown color: approx Lime Green. HEX triplet: 1F, D3 and 1C. RGB value is (31,211,28). Sum of RGB (Red+Green+Blue) = 31+211+28=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD31C is #E02CE3. Grayscale: #888888. Windows color (decimal): -14691556 or 1889055. OLE color: 1889055.

HSL color Cylindrical-coordinate representation of color #1FD31C: hue angle of 119.02º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FD31C is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB3121128-
CMYK0.8500.870.17
HSL119.02º76.57%46.86%-
HSV(B)119.02º86.73%82.75%-
XYZ24.0746.968.89-
YUV136.3266.8752.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 211 (82.81% from 255) = 78.15%
BLUE value IS 28 (11.33% from 255) = 10.37%
R=11.48%
G=78.15%
B=10.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal31211280.8500.870.17119.0276.5746.86
Hex1FD31C5505711774d2f
Octal373233412501272116711557
Binary1111111010011111001010101010101111000111101111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,211,28); }

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

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

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

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

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

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

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