Html Css Color HEX #1AC82D Lime Green

📋 copy color: '#1AC82D'

red 26 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #1AC82D

Tints of Lime Green #1AC82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 9.59%
G = 73.8%
B = 16.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#1AC82D (or 0x1AC82D) is known color: Lime Green. HEX triplet: 1A, C8 and 2D. RGB value is (26,200,45). Sum of RGB (Red+Green+Blue) = 26+200+45=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 200 (78.52% from 255 or 73.80% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC82D is #E537D2. Grayscale: #828282. Windows color (decimal): -15022035 or 3000346. OLE color: 3000346.

HSL color Cylindrical-coordinate representation of color #1AC82D: hue angle of 126.55º 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 #1AC82D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 26 200 45 -
CMYK 0.87 0 0.78 0.22
HSL 126.55º 0.77% 0.44% -
HSV(B) 126.55º 0.87% 0.78% -
XYZ 21.55 41.72 9.4 -
YUV 130.3 79.85 53.6 -
System Red Green Blue C M Y K H S L
Decimal 26 200 45 0.87 0 0.78 0.22 126.55 0.77 0.44
Hex 1A C8 2D 57 0 4E 16 7F 4D 2C
Octal 32 310 55 127 0 116 26 177 115 54
Binary 11010 11001000 101101 1010111 0 1001110 10110 1111111 1001101 101100

Color Harmonies of #1AC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC82D

Black with #1AC82D

Text Example


Text Example

White with #1AC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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