Html Css Color HEX #1AD41C Lime Green

📋 copy color: '#1AD41C'

red 26 ◦ green 212 ◦ blue 28

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

Shades of Lime Green #1AD41C

Tints of Lime Green #1AD41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 79.7%

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 9.77%
G = 79.7%
B = 10.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#1AD41C (or 0x1AD41C) is known color: Lime Green. HEX triplet: 1A, D4 and 1C. RGB value is (26,212,28). Sum of RGB (Red+Green+Blue) = 26+212+28=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 212 (83.20% from 255 or 79.70% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD41C is #E52BE3. Grayscale: #878787. Windows color (decimal): -15018980 or 1889306. OLE color: 1889306.

HSL color Cylindrical-coordinate representation of color #1AD41C: hue angle of 120.65º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD41C is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 26 212 28 -
CMYK 0.88 0 0.87 0.17
HSL 120.65º 0.78% 0.47% -
HSV(B) 120.65º 0.88% 0.83% -
XYZ 24.18 47.39 8.97 -
YUV 135.41 67.38 49.96 -
System Red Green Blue C M Y K H S L
Decimal 26 212 28 0.88 0 0.87 0.17 120.65 0.78 0.47
Hex 1A D4 1C 58 0 57 11 79 4E 2F
Octal 32 324 34 130 0 127 21 171 116 57
Binary 11010 11010100 11100 1011000 0 1010111 10001 1111001 1001110 101111

Color Harmonies of #1AD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD41C

Black with #1AD41C

Text Example


Text Example

White with #1AD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,212,28); }

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

background-color css

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

 a { background-color: rgb(26,212,28); }

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

border-color css

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

 span { border-color: rgb(26,212,28); }

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