#1fe331

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

Shades of Lime Green #1FE331

Tints of Lime Green #1FE331

Color information

#1FE331 (or 0x1FE331) is unknown color: approx Lime Green. HEX triplet: 1F, E3 and 31. RGB value is (31,227,49). Sum of RGB (Red+Green+Blue) = 31+227+49=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE331 is #E01CCE. Grayscale: #949494. Windows color (decimal): -14687439 or 3269407. OLE color: 3269407.

HSL color Cylindrical-coordinate representation of color #1FE331: hue angle of 125.51º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE331 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB3122749-
CMYK0.8600.780.11
HSL125.51º77.78%50.59%-
HSV(B)125.51º86.34%89.02%-
XYZ28.5955.4512.1-
YUV148.172.0744.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.10%
GREEN value IS 227 (89.06% from 255) = 73.94%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=10.10%
G=73.94%
B=15.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31227490.8600.780.11125.5177.7850.59
Hex1FE3315604EB7e4e33
Octal373436112601161317611663
Binary1111111100011110001101011001001110101111111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fe331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,227,49); }

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

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

 a { background-color: rgb(31,227,49); }

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

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

 span { border-color: rgb(31,227,49); }

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