Html Css Color HEX #1EDA15 Lime Green

📋 copy color: '#1EDA15'

red 30 ◦ green 218 ◦ blue 21

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

Shades of Lime Green #1EDA15

Tints of Lime Green #1EDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 81.04%

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

R = 11.15%
G = 81.04%
B = 7.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#1EDA15 (or 0x1EDA15) is known color: Lime Green. HEX triplet: 1E, DA and 15. RGB value is (30,218,21). Sum of RGB (Red+Green+Blue) = 30+218+21=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 218 (85.55% from 255 or 81.04% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDA15 is #E125EA. Grayscale: #8B8B8B. Windows color (decimal): -14755307 or 1432094. OLE color: 1432094.

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

Color convert

RGB 30 218 21 -
CMYK 0.86 0 0.90 0.15
HSL 117.26º 0.82% 0.47% -
HSV(B) 117.26º 0.9% 0.85% -
XYZ 25.74 50.47 9.09 -
YUV 139.33 61.22 50.02 -
System Red Green Blue C M Y K H S L
Decimal 30 218 21 0.86 0 0.90 0.15 117.26 0.82 0.47
Hex 1E DA 15 56 0 5A F 75 52 2F
Octal 36 332 25 126 0 132 17 165 122 57
Binary 11110 11011010 10101 1010110 0 1011010 1111 1110101 1010010 101111

Color Harmonies of #1EDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDA15

Black with #1EDA15

Text Example


Text Example

White with #1EDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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