#1FAE2D

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

Shades of Lime Green #1FAE2D

Tints of Lime Green #1FAE2D

Color information

#1FAE2D (or 0x1FAE2D) is unknown color: approx Lime Green. HEX triplet: 1F, AE and 2D. RGB value is (31,174,45). Sum of RGB (Red+Green+Blue) = 31+174+45=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAE2D is #E051D2. Grayscale: #747474. Windows color (decimal): -14701011 or 2993695. OLE color: 2993695.

HSL color Cylindrical-coordinate representation of color #1FAE2D: hue angle of 125.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAE2D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB3117445-
CMYK0.8200.740.32
HSL125.87º69.76%40.2%-
HSV(B)125.87º82.18%68.24%-
XYZ16.1730.757.57-
YUV116.5487.6266.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 174 (68.36% from 255) = 69.6%
BLUE value IS 45 (17.97% from 255) = 18%
R=12.4%
G=69.6%
B=18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31174450.8200.740.32125.8769.7640.2
Hex1FAE2D5204A207e4628
Octal372565512201124017610650
Binary111111010111010110110100100100101010000011111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,174,45); }

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

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

 a { background-color: rgb(31,174,45); }

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

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

 span { border-color: rgb(31,174,45); }

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