Html Css Color HEX #1ED215 Lime Green

📋 copy color: '#1ED215'

red 30 ◦ green 210 ◦ blue 21

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

Shades of Lime Green #1ED215

Tints of Lime Green #1ED215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 80.46%

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 11.49%
G = 80.46%
B = 8.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#1ED215 (or 0x1ED215) is known color: Lime Green. HEX triplet: 1E, D2 and 15. RGB value is (30,210,21). Sum of RGB (Red+Green+Blue) = 30+210+21=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 210 (82.42% from 255 or 80.46% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED215 is #E12DEA. Grayscale: #878787. Windows color (decimal): -14757355 or 1430046. OLE color: 1430046.

HSL color Cylindrical-coordinate representation of color #1ED215: hue angle of 117.14º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ED215 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 210 21 -
CMYK 0.86 0 0.90 0.18
HSL 117.14º 0.82% 0.45% -
HSV(B) 117.14º 0.9% 0.82% -
XYZ 23.72 46.42 8.42 -
YUV 134.63 63.87 53.37 -
System Red Green Blue C M Y K H S L
Decimal 30 210 21 0.86 0 0.90 0.18 117.14 0.82 0.45
Hex 1E D2 15 56 0 5A 12 75 52 2D
Octal 36 322 25 126 0 132 22 165 122 55
Binary 11110 11010010 10101 1010110 0 1011010 10010 1110101 1010010 101101

Color Harmonies of #1ED215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED215

Black with #1ED215

Text Example


Text Example

White with #1ED215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,210,21); }

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

background-color css

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

 a { background-color: rgb(30,210,21); }

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

border-color css

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

 span { border-color: rgb(30,210,21); }

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