#1AC225

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

Shades of Lime Green #1AC225

Tints of Lime Green #1AC225

Color information

#1AC225 (or 0x1AC225) is unknown color: approx Lime Green. HEX triplet: 1A, C2 and 25. RGB value is (26,194,37). Sum of RGB (Red+Green+Blue) = 26+194+37=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC225 is #E53DDA. Grayscale: #7E7E7E. Windows color (decimal): -15023579 or 2474522. OLE color: 2474522.

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

Color convert

RGB2619437-
CMYK0.8700.810.24
HSL123.93º76.36%43.14%-
HSV(B)123.93º86.6%76.08%-
XYZ20.0538.948.21-
YUV125.8777.8456.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.12%
GREEN value IS 194 (76.17% from 255) = 75.49%
BLUE value IS 37 (14.84% from 255) = 14.40%
R=10.12%
G=75.49%
B=14.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26194370.8700.810.24123.9376.3643.14
Hex1AC22557051187c4c2b
Octal323024512701213017411453
Binary11010110000101001011010111010100011100011111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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