Html Css Color HEX #1ADD38 Lime Green

📋 copy color: '#1ADD38'

red 26 ◦ green 221 ◦ blue 56

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

Shades of Lime Green #1ADD38

Tints of Lime Green #1ADD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.94%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 8.58%
G = 72.94%
B = 18.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#1ADD38 (or 0x1ADD38) is known color: Lime Green. HEX triplet: 1A, DD and 38. RGB value is (26,221,56). Sum of RGB (Red+Green+Blue) = 26+221+56=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD38 is #E522C7. Grayscale: #909090. Windows color (decimal): -15016648 or 3726618. OLE color: 3726618.

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

Color convert

RGB 26 221 56 -
CMYK 0.88 0 0.75 0.13
HSL 129.23º 0.79% 0.48% -
HSV(B) 129.23º 0.88% 0.87% -
XYZ 27 52.22 12.4 -
YUV 143.89 78.4 43.92 -
System Red Green Blue C M Y K H S L
Decimal 26 221 56 0.88 0 0.75 0.13 129.23 0.79 0.48
Hex 1A DD 38 58 0 4B D 81 4F 30
Octal 32 335 70 130 0 113 15 201 117 60
Binary 11010 11011101 111000 1011000 0 1001011 1101 10000001 1001111 110000

Color Harmonies of #1ADD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD38

Black with #1ADD38

Text Example


Text Example

White with #1ADD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,221,56); }

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

background-color css

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

 a { background-color: rgb(26,221,56); }

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

border-color css

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

 span { border-color: rgb(26,221,56); }

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