#1fe537

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

Shades of Lime Green #1FE537

Tints of Lime Green #1FE537

Color information

#1FE537 (or 0x1FE537) is unknown color: approx Lime Green. HEX triplet: 1F, E5 and 37. RGB value is (31,229,55). Sum of RGB (Red+Green+Blue) = 31+229+55=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE537 is #E01AC8. Grayscale: #969696. Windows color (decimal): -14686921 or 3663135. OLE color: 3663135.

HSL color Cylindrical-coordinate representation of color #1FE537: hue angle of 127.27º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE537 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB3122955-
CMYK0.8600.760.10
HSL127.27º79.2%50.98%-
HSV(B)127.27º86.46%89.8%-
XYZ29.2756.6113-
YUV149.9674.443.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.84%
GREEN value IS 229 (89.84% from 255) = 72.70%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=9.84%
G=72.70%
B=17.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31229550.8600.760.10127.2779.250.98
Hex1FE5375604CA7f4f33
Octal373456712601141217711763
Binary1111111100101110111101011001001100101011111111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fe537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,229,55); }

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

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

 a { background-color: rgb(31,229,55); }

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

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

 span { border-color: rgb(31,229,55); }

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