#1FE73B

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

Shades of Lime Green #1FE73B

Tints of Lime Green #1FE73B

Color information

#1FE73B (or 0x1FE73B) is unknown color: approx Lime Green. HEX triplet: 1F, E7 and 3B. RGB value is (31,231,59). Sum of RGB (Red+Green+Blue) = 31+231+59=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 231 (90.62% from 255 or 71.96% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE73B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE73B is #E018C4. Grayscale: #989898. Windows color (decimal): -14686405 or 3925791. OLE color: 3925791.

HSL color Cylindrical-coordinate representation of color #1FE73B: hue angle of 128.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE73B is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB3123159-
CMYK0.8700.740.09
HSL128.4º80.65%51.37%-
HSV(B)128.4º86.58%90.59%-
XYZ29.9357.7613.71-
YUV151.5975.7441.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.66%
GREEN value IS 231 (90.62% from 255) = 71.96%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=9.66%
G=71.96%
B=18.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal31231590.8700.740.09128.480.6551.37
Hex1FE73B5704A9805133
Octal373477312701121120012163
Binary11111111001111110111010111010010101001100000001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,231,59); }

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

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

 a { background-color: rgb(31,231,59); }

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

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

 span { border-color: rgb(31,231,59); }

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