Html Css Color HEX #1ED13D Lime Green

📋 copy color: '#1ED13D'

red 30 ◦ green 209 ◦ blue 61

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

Shades of Lime Green #1ED13D

Tints of Lime Green #1ED13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 10%
G = 69.67%
B = 20.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#1ED13D (or 0x1ED13D) is known color: Lime Green. HEX triplet: 1E, D1 and 3D. RGB value is (30,209,61). Sum of RGB (Red+Green+Blue) = 30+209+61=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 209 (82.03% from 255 or 69.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED13D is #E12EC2. Grayscale: #8B8B8B. Windows color (decimal): -14757571 or 4051230. OLE color: 4051230.

HSL color Cylindrical-coordinate representation of color #1ED13D: hue angle of 130.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 #1ED13D is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 209 61 -
CMYK 0.86 0 0.71 0.18
HSL 130.39º 0.75% 0.47% -
HSV(B) 130.39º 0.86% 0.82% -
XYZ 24.18 46.21 12.06 -
YUV 138.61 84.2 50.53 -
System Red Green Blue C M Y K H S L
Decimal 30 209 61 0.86 0 0.71 0.18 130.39 0.75 0.47
Hex 1E D1 3D 56 0 47 12 82 4B 2F
Octal 36 321 75 126 0 107 22 202 113 57
Binary 11110 11010001 111101 1010110 0 1000111 10010 10000010 1001011 101111

Color Harmonies of #1ED13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED13D

Black with #1ED13D

Text Example


Text Example

White with #1ED13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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