Html Css Color HEX #1AC82A Lime Green

📋 copy color: '#1AC82A'

red 26 ◦ green 200 ◦ blue 42

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

Shades of Lime Green #1AC82A

Tints of Lime Green #1AC82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.63%

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 9.7%
G = 74.63%
B = 15.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#1AC82A (or 0x1AC82A) is known color: Lime Green. HEX triplet: 1A, C8 and 2A. RGB value is (26,200,42). Sum of RGB (Red+Green+Blue) = 26+200+42=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 200 (78.52% from 255 or 74.63% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC82A is #E537D5. Grayscale: #828282. Windows color (decimal): -15022038 or 2803738. OLE color: 2803738.

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

Color convert

RGB 26 200 42 -
CMYK 0.87 0 0.79 0.22
HSL 125.52º 0.77% 0.44% -
HSV(B) 125.52º 0.87% 0.78% -
XYZ 21.5 41.7 9.11 -
YUV 129.96 78.35 53.85 -
System Red Green Blue C M Y K H S L
Decimal 26 200 42 0.87 0 0.79 0.22 125.52 0.77 0.44
Hex 1A C8 2A 57 0 4F 16 7E 4D 2C
Octal 32 310 52 127 0 117 26 176 115 54
Binary 11010 11001000 101010 1010111 0 1001111 10110 1111110 1001101 101100

Color Harmonies of #1AC82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC82A

Black with #1AC82A

Text Example


Text Example

White with #1AC82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,200,42); }

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

background-color css

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

 a { background-color: rgb(26,200,42); }

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

border-color css

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

 span { border-color: rgb(26,200,42); }

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