Html Css Color HEX #1AC421 Lime Green

📋 copy color: '#1AC421'

red 26 ◦ green 196 ◦ blue 33

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

Shades of Lime Green #1AC421

Tints of Lime Green #1AC421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 10.2%
G = 76.86%
B = 12.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#1AC421 (or 0x1AC421) is known color: Lime Green. HEX triplet: 1A, C4 and 21. RGB value is (26,196,33). Sum of RGB (Red+Green+Blue) = 26+196+33=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 196 (76.95% from 255 or 76.86% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC421 is #E53BDE. Grayscale: #7F7F7F. Windows color (decimal): -15023071 or 2212890. OLE color: 2212890.

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

Color convert

RGB 26 196 33 -
CMYK 0.87 0 0.83 0.23
HSL 122.47º 0.77% 0.44% -
HSV(B) 122.47º 0.87% 0.77% -
XYZ 20.44 39.81 8.05 -
YUV 126.59 75.18 56.25 -
System Red Green Blue C M Y K H S L
Decimal 26 196 33 0.87 0 0.83 0.23 122.47 0.77 0.44
Hex 1A C4 21 57 0 53 17 7A 4D 2C
Octal 32 304 41 127 0 123 27 172 115 54
Binary 11010 11000100 100001 1010111 0 1010011 10111 1111010 1001101 101100

Color Harmonies of #1AC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC421

Black with #1AC421

Text Example


Text Example

White with #1AC421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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