Html Css Color HEX #1ED13B Lime Green

📋 copy color: '#1ED13B'

red 30 ◦ green 209 ◦ blue 59

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

Shades of Lime Green #1ED13B

Tints of Lime Green #1ED13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 10.07%
G = 70.13%
B = 19.8%

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

#1ED13B (or 0x1ED13B) is known color: Lime Green. HEX triplet: 1E, D1 and 3B. RGB value is (30,209,59). Sum of RGB (Red+Green+Blue) = 30+209+59=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 209 (82.03% from 255 or 70.13% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED13B is #E12EC4. Grayscale: #8A8A8A. Windows color (decimal): -14757573 or 3920158. OLE color: 3920158.

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

Color convert

RGB 30 209 59 -
CMYK 0.86 0 0.72 0.18
HSL 129.72º 0.75% 0.47% -
HSV(B) 129.72º 0.86% 0.82% -
XYZ 24.13 46.19 11.78 -
YUV 138.38 83.2 50.7 -
System Red Green Blue C M Y K H S L
Decimal 30 209 59 0.86 0 0.72 0.18 129.72 0.75 0.47
Hex 1E D1 3B 56 0 48 12 82 4B 2F
Octal 36 321 73 126 0 110 22 202 113 57
Binary 11110 11010001 111011 1010110 0 1001000 10010 10000010 1001011 101111

Color Harmonies of #1ED13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED13B

Black with #1ED13B

Text Example


Text Example

White with #1ED13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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