Html Css Color HEX #1AC40B Lime Green

📋 copy color: '#1AC40B'

red 26 ◦ green 196 ◦ blue 11

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

Shades of Lime Green #1AC40B

Tints of Lime Green #1AC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 84.12%

 BLUE value IS 11 (4.69% from 255) = 4.72%

R = 11.16%
G = 84.12%
B = 4.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#1AC40B (or 0x1AC40B) is known color: Lime Green. HEX triplet: 1A, C4 and 0B. RGB value is (26,196,11). Sum of RGB (Red+Green+Blue) = 26+196+11=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 196 (76.95% from 255 or 84.12% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC40B is #E53BF4. Grayscale: #7C7C7C. Windows color (decimal): -15023093 or 771098. OLE color: 771098.

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

Color convert

RGB 26 196 11 -
CMYK 0.87 0 0.94 0.23
HSL 115.14º 0.89% 0.41% -
HSV(B) 115.14º 0.94% 0.77% -
XYZ 20.23 39.72 6.92 -
YUV 124.08 64.18 58.04 -
System Red Green Blue C M Y K H S L
Decimal 26 196 11 0.87 0 0.94 0.23 115.14 0.89 0.41
Hex 1A C4 B 57 0 5E 17 73 59 29
Octal 32 304 13 127 0 136 27 163 131 51
Binary 11010 11000100 1011 1010111 0 1011110 10111 1110011 1011001 101001

Color Harmonies of #1AC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC40B

Black with #1AC40B

Text Example


Text Example

White with #1AC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,196,11); }

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

background-color css

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

 a { background-color: rgb(26,196,11); }

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

border-color css

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

 span { border-color: rgb(26,196,11); }

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