Html Css Color HEX #1ED13A Lime Green

📋 copy color: '#1ED13A'

red 30 ◦ green 209 ◦ blue 58

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

Shades of Lime Green #1ED13A

Tints of Lime Green #1ED13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.37%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 10.1%
G = 70.37%
B = 19.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#1ED13A (or 0x1ED13A) is known color: Lime Green. HEX triplet: 1E, D1 and 3A. RGB value is (30,209,58). Sum of RGB (Red+Green+Blue) = 30+209+58=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 209 (82.03% from 255 or 70.37% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED13A is #E12EC5. Grayscale: #8A8A8A. Windows color (decimal): -14757574 or 3854622. OLE color: 3854622.

HSL color Cylindrical-coordinate representation of color #1ED13A: hue angle of 129.39º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED13A is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 209 58 -
CMYK 0.86 0 0.72 0.18
HSL 129.39º 0.75% 0.47% -
HSV(B) 129.39º 0.86% 0.82% -
XYZ 24.1 46.18 11.65 -
YUV 138.27 82.7 50.78 -
System Red Green Blue C M Y K H S L
Decimal 30 209 58 0.86 0 0.72 0.18 129.39 0.75 0.47
Hex 1E D1 3A 56 0 48 12 81 4B 2F
Octal 36 321 72 126 0 110 22 201 113 57
Binary 11110 11010001 111010 1010110 0 1001000 10010 10000001 1001011 101111

Color Harmonies of #1ED13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED13A

Black with #1ED13A

Text Example


Text Example

White with #1ED13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,209,58); }

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

background-color css

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

 a { background-color: rgb(30,209,58); }

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

border-color css

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

 span { border-color: rgb(30,209,58); }

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