Html Css Color HEX #1ADB32 Lime Green

📋 copy color: '#1ADB32'

red 26 ◦ green 219 ◦ blue 50

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

Shades of Lime Green #1ADB32

Tints of Lime Green #1ADB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 74.24%

 BLUE value IS 50 (19.92% from 255) = 16.95%

R = 8.81%
G = 74.24%
B = 16.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#1ADB32 (or 0x1ADB32) is known color: Lime Green. HEX triplet: 1A, DB and 32. RGB value is (26,219,50). Sum of RGB (Red+Green+Blue) = 26+219+50=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADB32 is #E524CD. Grayscale: #8E8E8E. Windows color (decimal): -15017166 or 3332890. OLE color: 3332890.

HSL color Cylindrical-coordinate representation of color #1ADB32: hue angle of 127.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADB32 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 219 50 -
CMYK 0.88 0 0.77 0.14
HSL 127.46º 0.79% 0.48% -
HSV(B) 127.46º 0.88% 0.86% -
XYZ 26.33 51.11 11.5 -
YUV 142.03 76.06 45.24 -
System Red Green Blue C M Y K H S L
Decimal 26 219 50 0.88 0 0.77 0.14 127.46 0.79 0.48
Hex 1A DB 32 58 0 4D E 7F 4F 30
Octal 32 333 62 130 0 115 16 177 117 60
Binary 11010 11011011 110010 1011000 0 1001101 1110 1111111 1001111 110000

Color Harmonies of #1ADB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADB32

Black with #1ADB32

Text Example


Text Example

White with #1ADB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,219,50); }

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

background-color css

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

 a { background-color: rgb(26,219,50); }

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

border-color css

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

 span { border-color: rgb(26,219,50); }

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