#1FB426

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

Shades of Lime Green #1FB426

Tints of Lime Green #1FB426

Color information

#1FB426 (or 0x1FB426) is unknown color: approx Lime Green. HEX triplet: 1F, B4 and 26. RGB value is (31,180,38). Sum of RGB (Red+Green+Blue) = 31+180+38=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 180 (70.70% from 255 or 72.29% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB426 is #E04BD9. Grayscale: #777777. Windows color (decimal): -14699482 or 2536479. OLE color: 2536479.

HSL color Cylindrical-coordinate representation of color #1FB426: hue angle of 122.82º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB426 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB3118038-
CMYK0.8300.790.29
HSL122.82º70.62%41.37%-
HSV(B)122.82º82.78%70.59%-
XYZ17.2433.077.31-
YUV119.2682.1465.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 180 (70.70% from 255) = 72.29%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=12.45%
G=72.29%
B=15.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31180380.8300.790.29122.8270.6241.37
Hex1FB4265304F1D7b4729
Octal372644612301173517310751
Binary11111101101001001101010011010011111110111110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,180,38); }

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

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

 a { background-color: rgb(31,180,38); }

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

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

 span { border-color: rgb(31,180,38); }

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