Html Css Color HEX #1ED82C Lime Green

📋 copy color: '#1ED82C'

red 30 ◦ green 216 ◦ blue 44

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

Shades of Lime Green #1ED82C

Tints of Lime Green #1ED82C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 74.48%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 10.34%
G = 74.48%
B = 15.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#1ED82C (or 0x1ED82C) is known color: Lime Green. HEX triplet: 1E, D8 and 2C. RGB value is (30,216,44). Sum of RGB (Red+Green+Blue) = 30+216+44=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 216 (84.77% from 255 or 74.48% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED82C is #E127D3. Grayscale: #8D8D8D. Windows color (decimal): -14755796 or 2938910. OLE color: 2938910.

HSL color Cylindrical-coordinate representation of color #1ED82C: hue angle of 124.52º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED82C is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 44 -
CMYK 0.86 0 0.80 0.15
HSL 124.52º 0.76% 0.48% -
HSV(B) 124.52º 0.86% 0.85% -
XYZ 25.55 49.57 10.6 -
YUV 140.78 73.38 48.99 -
System Red Green Blue C M Y K H S L
Decimal 30 216 44 0.86 0 0.80 0.15 124.52 0.76 0.48
Hex 1E D8 2C 56 0 50 F 7D 4C 30
Octal 36 330 54 126 0 120 17 175 114 60
Binary 11110 11011000 101100 1010110 0 1010000 1111 1111101 1001100 110000

Color Harmonies of #1ED82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED82C

Black with #1ED82C

Text Example


Text Example

White with #1ED82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,216,44); }

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

background-color css

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

 a { background-color: rgb(30,216,44); }

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

border-color css

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

 span { border-color: rgb(30,216,44); }

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