Html Css Color HEX #1ADF32 Lime Green

📋 copy color: '#1ADF32'

red 26 ◦ green 223 ◦ blue 50

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

Shades of Lime Green #1ADF32

Tints of Lime Green #1ADF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.58%

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

R = 8.7%
G = 74.58%
B = 16.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#1ADF32 (or 0x1ADF32) is known color: Lime Green. HEX triplet: 1A, DF and 32. RGB value is (26,223,50). Sum of RGB (Red+Green+Blue) = 26+223+50=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 223 (87.5% from 255 or 74.58% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADF32 is #E520CD. Grayscale: #909090. Windows color (decimal): -15016142 or 3333914. OLE color: 3333914.

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

Color convert

RGB 26 223 50 -
CMYK 0.88 0 0.78 0.13
HSL 127.31º 0.79% 0.49% -
HSV(B) 127.31º 0.88% 0.87% -
XYZ 27.39 53.23 11.85 -
YUV 144.38 74.73 43.57 -
System Red Green Blue C M Y K H S L
Decimal 26 223 50 0.88 0 0.78 0.13 127.31 0.79 0.49
Hex 1A DF 32 58 0 4E D 7F 4F 31
Octal 32 337 62 130 0 116 15 177 117 61
Binary 11010 11011111 110010 1011000 0 1001110 1101 1111111 1001111 110001

Color Harmonies of #1ADF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADF32

Black with #1ADF32

Text Example


Text Example

White with #1ADF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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