#1fe136

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

Shades of Lime Green #1FE136

Tints of Lime Green #1FE136

Color information

#1FE136 (or 0x1FE136) is unknown color: approx Lime Green. HEX triplet: 1F, E1 and 36. RGB value is (31,225,54). Sum of RGB (Red+Green+Blue) = 31+225+54=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE136 is #E01EC9. Grayscale: #939393. Windows color (decimal): -14687946 or 3596575. OLE color: 3596575.

HSL color Cylindrical-coordinate representation of color #1FE136: hue angle of 127.11º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE136 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB3122554-
CMYK0.8600.760.12
HSL127.11º76.38%50.2%-
HSV(B)127.11º86.22%88.24%-
XYZ28.1654.4112.51-
YUV147.575.2344.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10%
GREEN value IS 225 (88.28% from 255) = 72.58%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=10%
G=72.58%
B=17.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31225540.8600.760.12127.1176.3850.2
Hex1FE1365604CC7f4c32
Octal373416612601141417711462
Binary1111111100001110110101011001001100110011111111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fe136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,225,54); }

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

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

 a { background-color: rgb(31,225,54); }

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

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

 span { border-color: rgb(31,225,54); }

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