Html Css Color HEX #1AC50E Lime Green

📋 copy color: '#1AC50E'

red 26 ◦ green 197 ◦ blue 14

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

Shades of Lime Green #1AC50E

Tints of Lime Green #1AC50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 10.97%
G = 83.12%
B = 5.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#1AC50E (or 0x1AC50E) is known color: Lime Green. HEX triplet: 1A, C5 and 0E. RGB value is (26,197,14). Sum of RGB (Red+Green+Blue) = 26+197+14=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 197 (77.34% from 255 or 83.12% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC50E is #E53AF1. Grayscale: #7D7D7D. Windows color (decimal): -15022834 or 967962. OLE color: 967962.

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

Color convert

RGB 26 197 14 -
CMYK 0.87 0 0.93 0.23
HSL 116.07º 0.87% 0.41% -
HSV(B) 116.07º 0.93% 0.77% -
XYZ 20.47 40.18 7.09 -
YUV 125.01 65.35 57.38 -
System Red Green Blue C M Y K H S L
Decimal 26 197 14 0.87 0 0.93 0.23 116.07 0.87 0.41
Hex 1A C5 E 57 0 5D 17 74 57 29
Octal 32 305 16 127 0 135 27 164 127 51
Binary 11010 11000101 1110 1010111 0 1011101 10111 1110100 1010111 101001

Color Harmonies of #1AC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC50E

Black with #1AC50E

Text Example


Text Example

White with #1AC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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