Html Css Color HEX #1AC512 Lime Green

📋 copy color: '#1AC512'

red 26 ◦ green 197 ◦ blue 18

#1AC512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1AC512

Tints of Lime Green #1AC512

RGB

 RED value IS 26 (10.55% from 255) = 10.79%

 GREEN value IS 197 (77.34% from 255) = 81.74%

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 10.79%
G = 81.74%
B = 7.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#1AC512 (or 0x1AC512) is known color: Lime Green. HEX triplet: 1A, C5 and 12. RGB value is (26,197,18). Sum of RGB (Red+Green+Blue) = 26+197+18=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC512 is #E53AED. Grayscale: #7E7E7E. Windows color (decimal): -15022830 or 1230106. OLE color: 1230106.

HSL color Cylindrical-coordinate representation of color #1AC512: hue angle of 117.32º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AC512 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 197 18 -
CMYK 0.87 0 0.91 0.23
HSL 117.32º 0.83% 0.42% -
HSV(B) 117.32º 0.91% 0.77% -
XYZ 20.5 40.2 7.25 -
YUV 125.47 67.35 57.05 -
System Red Green Blue C M Y K H S L
Decimal 26 197 18 0.87 0 0.91 0.23 117.32 0.83 0.42
Hex 1A C5 12 57 0 5B 17 75 53 2A
Octal 32 305 22 127 0 133 27 165 123 52
Binary 11010 11000101 10010 1010111 0 1011011 10111 1110101 1010011 101010

Color Harmonies of #1AC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC512

Black with #1AC512

Text Example


Text Example

White with #1AC512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,197,18); }

 H1.HeaderClassName
 {
   color: #1AC512;
 }
 .AnyTagClassName
 {
   color: #1AC512;
 }
</style>

background-color css

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

 a { background-color: rgb(26,197,18); }

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

border-color css

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

 span { border-color: rgb(26,197,18); }

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