Html Css Color HEX #1AD62C Lime Green

📋 copy color: '#1AD62C'

red 26 ◦ green 214 ◦ blue 44

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

Shades of Lime Green #1AD62C

Tints of Lime Green #1AD62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.35%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 9.15%
G = 75.35%
B = 15.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#1AD62C (or 0x1AD62C) is known color: Lime Green. HEX triplet: 1A, D6 and 2C. RGB value is (26,214,44). Sum of RGB (Red+Green+Blue) = 26+214+44=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 214 (83.98% from 255 or 75.35% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD62C is #E529D3. Grayscale: #8A8A8A. Windows color (decimal): -15018452 or 2938394. OLE color: 2938394.

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

Color convert

RGB 26 214 44 -
CMYK 0.88 0 0.79 0.16
HSL 125.74º 0.78% 0.47% -
HSV(B) 125.74º 0.88% 0.84% -
XYZ 24.93 48.49 10.43 -
YUV 138.41 74.72 47.82 -
System Red Green Blue C M Y K H S L
Decimal 26 214 44 0.88 0 0.79 0.16 125.74 0.78 0.47
Hex 1A D6 2C 58 0 4F 10 7E 4E 2F
Octal 32 326 54 130 0 117 20 176 116 57
Binary 11010 11010110 101100 1011000 0 1001111 10000 1111110 1001110 101111

Color Harmonies of #1AD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD62C

Black with #1AD62C

Text Example


Text Example

White with #1AD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,214,44); }

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

background-color css

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

 a { background-color: rgb(26,214,44); }

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

border-color css

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

 span { border-color: rgb(26,214,44); }

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