#1FB925

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

Shades of Lime Green #1FB925

Tints of Lime Green #1FB925

Color information

#1FB925 (or 0x1FB925) is unknown color: approx Lime Green. HEX triplet: 1F, B9 and 25. RGB value is (31,185,37). Sum of RGB (Red+Green+Blue) = 31+185+37=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 185 (72.66% from 255 or 73.12% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB925 is #E046DA. Grayscale: #7A7A7A. Windows color (decimal): -14698203 or 2472223. OLE color: 2472223.

HSL color Cylindrical-coordinate representation of color #1FB925: hue angle of 122.34º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB925 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB3118537-
CMYK0.8300.800.27
HSL122.34º71.3%42.35%-
HSV(B)122.34º83.24%72.55%-
XYZ18.2535.127.57-
YUV122.0879.9863.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 185 (72.66% from 255) = 73.12%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=12.25%
G=73.12%
B=14.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31185370.8300.800.27122.3471.342.35
Hex1FB925530501B7a472a
Octal372714512301203317210752
Binary11111101110011001011010011010100001101111110101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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