Html Css Color HEX #1ED30E Lime Green

📋 copy color: '#1ED30E'

red 30 ◦ green 211 ◦ blue 14

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

Shades of Lime Green #1ED30E

Tints of Lime Green #1ED30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 82.75%

 BLUE value IS 14 (5.86% from 255) = 5.49%

R = 11.76%
G = 82.75%
B = 5.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#1ED30E (or 0x1ED30E) is known color: Lime Green. HEX triplet: 1E, D3 and 0E. RGB value is (30,211,14). Sum of RGB (Red+Green+Blue) = 30+211+14=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 211 (82.81% from 255 or 82.75% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED30E is #E12CF1. Grayscale: #878787. Windows color (decimal): -14757106 or 971550. OLE color: 971550.

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

Color convert

RGB 30 211 14 -
CMYK 0.86 0 0.93 0.17
HSL 115.13º 0.88% 0.44% -
HSV(B) 115.13º 0.93% 0.83% -
XYZ 23.91 46.9 8.21 -
YUV 134.42 60.03 53.52 -
System Red Green Blue C M Y K H S L
Decimal 30 211 14 0.86 0 0.93 0.17 115.13 0.88 0.44
Hex 1E D3 E 56 0 5D 11 73 58 2C
Octal 36 323 16 126 0 135 21 163 130 54
Binary 11110 11010011 1110 1010110 0 1011101 10001 1110011 1011000 101100

Color Harmonies of #1ED30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED30E

Black with #1ED30E

Text Example


Text Example

White with #1ED30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,211,14); }

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

background-color css

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

 a { background-color: rgb(30,211,14); }

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

border-color css

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

 span { border-color: rgb(30,211,14); }

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