Html Css Color HEX #1EDB3D Lime Green

📋 copy color: '#1EDB3D'

red 30 ◦ green 219 ◦ blue 61

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

Shades of Lime Green #1EDB3D

Tints of Lime Green #1EDB3D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 70.65%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 9.68%
G = 70.65%
B = 19.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#1EDB3D (or 0x1EDB3D) is known color: Lime Green. HEX triplet: 1E, DB and 3D. RGB value is (30,219,61). Sum of RGB (Red+Green+Blue) = 30+219+61=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 219 (85.94% from 255 or 70.65% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDB3D is #E124C2. Grayscale: #909090. Windows color (decimal): -14755011 or 4053790. OLE color: 4053790.

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

Color convert

RGB 30 219 61 -
CMYK 0.86 0 0.72 0.14
HSL 129.84º 0.76% 0.49% -
HSV(B) 129.84º 0.86% 0.86% -
XYZ 26.71 51.28 12.9 -
YUV 144.48 80.88 46.35 -
System Red Green Blue C M Y K H S L
Decimal 30 219 61 0.86 0 0.72 0.14 129.84 0.76 0.49
Hex 1E DB 3D 56 0 48 E 82 4C 31
Octal 36 333 75 126 0 110 16 202 114 61
Binary 11110 11011011 111101 1010110 0 1001000 1110 10000010 1001100 110001

Color Harmonies of #1EDB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDB3D

Black with #1EDB3D

Text Example


Text Example

White with #1EDB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,219,61); }

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

background-color css

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

 a { background-color: rgb(30,219,61); }

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

border-color css

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

 span { border-color: rgb(30,219,61); }

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