#1FB42A

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

Shades of Lime Green #1FB42A

Tints of Lime Green #1FB42A

Color information

#1FB42A (or 0x1FB42A) is unknown color: approx Lime Green. HEX triplet: 1F, B4 and 2A. RGB value is (31,180,42). Sum of RGB (Red+Green+Blue) = 31+180+42=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB42A is #E04BD5. Grayscale: #787878. Windows color (decimal): -14699478 or 2798623. OLE color: 2798623.

HSL color Cylindrical-coordinate representation of color #1FB42A: hue angle of 124.43º 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 #1FB42A is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB3118042-
CMYK0.8300.770.29
HSL124.43º70.62%41.37%-
HSV(B)124.43º82.78%70.59%-
XYZ17.333.17.67-
YUV119.7284.1464.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 180 (70.70% from 255) = 71.15%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=12.25%
G=71.15%
B=16.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31180420.8300.770.29124.4370.6241.37
Hex1FB42A5304D1D7c4729
Octal372645212301153517410751
Binary11111101101001010101010011010011011110111111001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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