Html Css Color HEX #1ED41A Lime Green

📋 copy color: '#1ED41A'

red 30 ◦ green 212 ◦ blue 26

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

Shades of Lime Green #1ED41A

Tints of Lime Green #1ED41A

RGB

 RED value IS 30 (12.11% from 255) = 11.19%

 GREEN value IS 212 (83.2% from 255) = 79.1%

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 11.19%
G = 79.1%
B = 9.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#1ED41A (or 0x1ED41A) is known color: Lime Green. HEX triplet: 1E, D4 and 1A. RGB value is (30,212,26). Sum of RGB (Red+Green+Blue) = 30+212+26=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 212 (83.20% from 255 or 79.10% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED41A is #E12BE5. Grayscale: #888888. Windows color (decimal): -14756838 or 1758238. OLE color: 1758238.

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

Color convert

RGB 30 212 26 -
CMYK 0.86 0 0.88 0.17
HSL 118.71º 0.78% 0.47% -
HSV(B) 118.71º 0.88% 0.83% -
XYZ 24.27 47.44 8.85 -
YUV 136.38 65.7 52.12 -
System Red Green Blue C M Y K H S L
Decimal 30 212 26 0.86 0 0.88 0.17 118.71 0.78 0.47
Hex 1E D4 1A 56 0 58 11 77 4E 2F
Octal 36 324 32 126 0 130 21 167 116 57
Binary 11110 11010100 11010 1010110 0 1011000 10001 1110111 1001110 101111

Color Harmonies of #1ED41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED41A

Black with #1ED41A

Text Example


Text Example

White with #1ED41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,212,26); }

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

background-color css

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

 a { background-color: rgb(30,212,26); }

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

border-color css

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

 span { border-color: rgb(30,212,26); }

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