#1fe12b

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

Shades of Lime Green #1FE12B

Tints of Lime Green #1FE12B

Color information

#1FE12B (or 0x1FE12B) is unknown color: approx Lime Green. HEX triplet: 1F, E1 and 2B. RGB value is (31,225,43). Sum of RGB (Red+Green+Blue) = 31+225+43=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE12B is #E01ED4. Grayscale: #929292. Windows color (decimal): -14687957 or 2875679. OLE color: 2875679.

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

Color convert

RGB3122543-
CMYK0.8600.810.12
HSL123.71º76.38%50.2%-
HSV(B)123.71º86.22%88.24%-
XYZ27.9354.3211.3-
YUV146.2569.7345.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.37%
GREEN value IS 225 (88.28% from 255) = 75.25%
BLUE value IS 43 (17.19% from 255) = 14.38%
R=10.37%
G=75.25%
B=14.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31225430.8600.810.12123.7176.3850.2
Hex1FE12B56051C7c4c32
Octal373415312601211417411462
Binary1111111100001101011101011001010001110011111001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fe12b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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