Html Css Color HEX #1EDA37 Lime Green

📋 copy color: '#1EDA37'

red 30 ◦ green 218 ◦ blue 55

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

Shades of Lime Green #1EDA37

Tints of Lime Green #1EDA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 9.9%
G = 71.95%
B = 18.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#1EDA37 (or 0x1EDA37) is known color: Lime Green. HEX triplet: 1E, DA and 37. RGB value is (30,218,55). Sum of RGB (Red+Green+Blue) = 30+218+55=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDA37 is #E125C8. Grayscale: #8F8F8F. Windows color (decimal): -14755273 or 3660318. OLE color: 3660318.

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

Color convert

RGB 30 218 55 -
CMYK 0.86 0 0.75 0.15
HSL 127.98º 0.76% 0.49% -
HSV(B) 127.98º 0.86% 0.85% -
XYZ 26.3 50.69 12.01 -
YUV 143.21 78.22 47.25 -
System Red Green Blue C M Y K H S L
Decimal 30 218 55 0.86 0 0.75 0.15 127.98 0.76 0.49
Hex 1E DA 37 56 0 4B F 80 4C 31
Octal 36 332 67 126 0 113 17 200 114 61
Binary 11110 11011010 110111 1010110 0 1001011 1111 10000000 1001100 110001

Color Harmonies of #1EDA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDA37

Black with #1EDA37

Text Example


Text Example

White with #1EDA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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