Html Css Color HEX #1AC514 Lime Green

📋 copy color: '#1AC514'

red 26 ◦ green 197 ◦ blue 20

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

Shades of Lime Green #1AC514

Tints of Lime Green #1AC514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 10.7%
G = 81.07%
B = 8.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#1AC514 (or 0x1AC514) is known color: Lime Green. HEX triplet: 1A, C5 and 14. RGB value is (26,197,20). Sum of RGB (Red+Green+Blue) = 26+197+20=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 197 (77.34% from 255 or 81.07% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC514 is #E53AEB. Grayscale: #7E7E7E. Windows color (decimal): -15022828 or 1361178. OLE color: 1361178.

HSL color Cylindrical-coordinate representation of color #1AC514: hue angle of 117.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC514 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 197 20 -
CMYK 0.87 0 0.90 0.23
HSL 117.97º 0.82% 0.43% -
HSV(B) 117.97º 0.9% 0.77% -
XYZ 20.52 40.2 7.34 -
YUV 125.69 68.35 56.89 -
System Red Green Blue C M Y K H S L
Decimal 26 197 20 0.87 0 0.90 0.23 117.97 0.82 0.43
Hex 1A C5 14 57 0 5A 17 76 52 2B
Octal 32 305 24 127 0 132 27 166 122 53
Binary 11010 11000101 10100 1010111 0 1011010 10111 1110110 1010010 101011

Color Harmonies of #1AC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC514

Black with #1AC514

Text Example


Text Example

White with #1AC514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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