Html Css Color HEX #1ADA2D Lime Green

📋 copy color: '#1ADA2D'

red 26 ◦ green 218 ◦ blue 45

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

Shades of Lime Green #1ADA2D

Tints of Lime Green #1ADA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 75.43%

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 9%
G = 75.43%
B = 15.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#1ADA2D (or 0x1ADA2D) is known color: Lime Green. HEX triplet: 1A, DA and 2D. RGB value is (26,218,45). Sum of RGB (Red+Green+Blue) = 26+218+45=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 218 (85.55% from 255 or 75.43% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADA2D is #E525D2. Grayscale: #8D8D8D. Windows color (decimal): -15017427 or 3004954. OLE color: 3004954.

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

Color convert

RGB 26 218 45 -
CMYK 0.88 0 0.79 0.15
HSL 125.94º 0.79% 0.48% -
HSV(B) 125.94º 0.88% 0.85% -
XYZ 25.97 50.55 10.87 -
YUV 140.87 73.89 46.07 -
System Red Green Blue C M Y K H S L
Decimal 26 218 45 0.88 0 0.79 0.15 125.94 0.79 0.48
Hex 1A DA 2D 58 0 4F F 7E 4F 30
Octal 32 332 55 130 0 117 17 176 117 60
Binary 11010 11011010 101101 1011000 0 1001111 1111 1111110 1001111 110000

Color Harmonies of #1ADA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADA2D

Black with #1ADA2D

Text Example


Text Example

White with #1ADA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,218,45); }

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

background-color css

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

 a { background-color: rgb(26,218,45); }

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

border-color css

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

 span { border-color: rgb(26,218,45); }

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