#1ABF25

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

Shades of Lime Green #1ABF25

Tints of Lime Green #1ABF25

Color information

#1ABF25 (or 0x1ABF25) is unknown color: approx Lime Green. HEX triplet: 1A, BF and 25. RGB value is (26,191,37). Sum of RGB (Red+Green+Blue) = 26+191+37=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABF25 is #E540DA. Grayscale: #7C7C7C. Windows color (decimal): -15024347 or 2473754. OLE color: 2473754.

HSL color Cylindrical-coordinate representation of color #1ABF25: hue angle of 124º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABF25 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB2619137-
CMYK0.8600.810.25
HSL124º76.04%42.55%-
HSV(B)124º86.39%74.9%-
XYZ19.3937.617.99-
YUV124.1178.8458.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 191 (75% from 255) = 75.20%
BLUE value IS 37 (14.84% from 255) = 14.57%
R=10.24%
G=75.20%
B=14.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26191370.8600.810.2512476.0442.55
Hex1ABF2556051197c4c2b
Octal322774512601213117411453
Binary11010101111111001011010110010100011100111111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,191,37); }

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

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

 a { background-color: rgb(26,191,37); }

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

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

 span { border-color: rgb(26,191,37); }

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