#1fb427

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

Shades of Lime Green #1FB427

Tints of Lime Green #1FB427

Color information

#1FB427 (or 0x1FB427) is unknown color: approx Lime Green. HEX triplet: 1F, B4 and 27. RGB value is (31,180,39). Sum of RGB (Red+Green+Blue) = 31+180+39=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 180 (70.70% from 255 or 72% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB427 is #E04BD8. Grayscale: #777777. Windows color (decimal): -14699481 or 2602015. OLE color: 2602015.

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

Color convert

RGB3118039-
CMYK0.8300.780.29
HSL123.22º70.62%41.37%-
HSV(B)123.22º82.78%70.59%-
XYZ17.2533.087.4-
YUV119.3882.6464.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 180 (70.70% from 255) = 72%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=12.4%
G=72%
B=15.6%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31180390.8300.780.29123.2270.6241.37
Hex1FB4275304E1D7b4729
Octal372644712301163517310751
Binary11111101101001001111010011010011101110111110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fb427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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