#1FE328

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

Shades of Lime Green #1FE328

Tints of Lime Green #1FE328

Color information

#1FE328 (or 0x1FE328) is unknown color: approx Lime Green. HEX triplet: 1F, E3 and 28. RGB value is (31,227,40). Sum of RGB (Red+Green+Blue) = 31+227+40=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 227 (89.06% from 255 or 76.17% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE328 is #E01CD7. Grayscale: #939393. Windows color (decimal): -14687448 or 2679583. OLE color: 2679583.

HSL color Cylindrical-coordinate representation of color #1FE328: hue angle of 122.76º 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 #1FE328 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB3122740-
CMYK0.8600.820.11
HSL122.76º77.78%50.59%-
HSV(B)122.76º86.34%89.02%-
XYZ28.4255.3811.2-
YUV147.0867.5745.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.40%
GREEN value IS 227 (89.06% from 255) = 76.17%
BLUE value IS 40 (16.02% from 255) = 13.42%
R=10.40%
G=76.17%
B=13.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31227400.8600.820.11122.7677.7850.59
Hex1FE32856052B7b4e33
Octal373435012601221317311663
Binary1111111100011101000101011001010010101111110111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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