#1FB325

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

Shades of Lime Green #1FB325

Tints of Lime Green #1FB325

Color information

#1FB325 (or 0x1FB325) is unknown color: approx Lime Green. HEX triplet: 1F, B3 and 25. RGB value is (31,179,37). Sum of RGB (Red+Green+Blue) = 31+179+37=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB325 is #E04CDA. Grayscale: #767676. Windows color (decimal): -14699739 or 2470687. OLE color: 2470687.

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

Color convert

RGB3117937-
CMYK0.8300.790.30
HSL122.43º70.48%41.18%-
HSV(B)122.43º82.68%70.2%-
XYZ17.0232.677.16-
YUV118.5681.9765.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 179 (70.31% from 255) = 72.47%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=12.55%
G=72.47%
B=14.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31179370.8300.790.30122.4370.4841.18
Hex1FB3255304F1E7a4629
Octal372634512301173617210651
Binary11111101100111001011010011010011111111011110101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,179,37); }

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

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

 a { background-color: rgb(31,179,37); }

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

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

 span { border-color: rgb(31,179,37); }

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