Html Css Color HEX #1ED510 Lime Green

📋 copy color: '#1ED510'

red 30 ◦ green 213 ◦ blue 16

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

Shades of Lime Green #1ED510

Tints of Lime Green #1ED510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 82.24%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 11.58%
G = 82.24%
B = 6.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#1ED510 (or 0x1ED510) is known color: Lime Green. HEX triplet: 1E, D5 and 10. RGB value is (30,213,16). Sum of RGB (Red+Green+Blue) = 30+213+16=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 213 (83.59% from 255 or 82.24% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED510 is #E12AEF. Grayscale: #888888. Windows color (decimal): -14756592 or 1103134. OLE color: 1103134.

HSL color Cylindrical-coordinate representation of color #1ED510: hue angle of 115.74º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ED510 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 213 16 -
CMYK 0.86 0 0.92 0.16
HSL 115.74º 0.86% 0.45% -
HSV(B) 115.74º 0.92% 0.84% -
XYZ 24.42 47.9 8.45 -
YUV 135.83 60.37 52.52 -
System Red Green Blue C M Y K H S L
Decimal 30 213 16 0.86 0 0.92 0.16 115.74 0.86 0.45
Hex 1E D5 10 56 0 5C 10 74 56 2D
Octal 36 325 20 126 0 134 20 164 126 55
Binary 11110 11010101 10000 1010110 0 1011100 10000 1110100 1010110 101101

Color Harmonies of #1ED510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED510

Black with #1ED510

Text Example


Text Example

White with #1ED510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,213,16); }

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

background-color css

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

 a { background-color: rgb(30,213,16); }

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

border-color css

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

 span { border-color: rgb(30,213,16); }

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