#1FB223

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

Shades of Lime Green #1FB223

Tints of Lime Green #1FB223

Color information

#1FB223 (or 0x1FB223) is unknown color: approx Lime Green. HEX triplet: 1F, B2 and 23. RGB value is (31,178,35). Sum of RGB (Red+Green+Blue) = 31+178+35=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 178 (69.92% from 255 or 72.95% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB223 is #E04DDC. Grayscale: #767676. Windows color (decimal): -14699997 or 2339359. OLE color: 2339359.

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

Color convert

RGB3117835-
CMYK0.8300.800.30
HSL121.63º70.33%40.98%-
HSV(B)121.63º82.58%69.8%-
XYZ16.7932.256.93-
YUV117.7481.366.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 178 (69.92% from 255) = 72.95%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=12.70%
G=72.95%
B=14.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31178350.8300.800.30121.6370.3340.98
Hex1FB223530501E7a4629
Octal372624312301203617210651
Binary11111101100101000111010011010100001111011110101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,178,35); }

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

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

 a { background-color: rgb(31,178,35); }

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

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

 span { border-color: rgb(31,178,35); }

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