Html Css Color HEX #1EDD3D Lime Green

📋 copy color: '#1EDD3D'

red 30 ◦ green 221 ◦ blue 61

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

Shades of Lime Green #1EDD3D

Tints of Lime Green #1EDD3D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 70.83%

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

R = 9.62%
G = 70.83%
B = 19.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#1EDD3D (or 0x1EDD3D) is known color: Lime Green. HEX triplet: 1E, DD and 3D. RGB value is (30,221,61). Sum of RGB (Red+Green+Blue) = 30+221+61=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD3D is #E122C2. Grayscale: #929292. Windows color (decimal): -14754499 or 4054302. OLE color: 4054302.

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

Color convert

RGB 30 221 61 -
CMYK 0.86 0 0.72 0.13
HSL 129.74º 0.76% 0.49% -
HSV(B) 129.74º 0.86% 0.87% -
XYZ 27.23 52.33 13.08 -
YUV 145.65 80.22 45.51 -
System Red Green Blue C M Y K H S L
Decimal 30 221 61 0.86 0 0.72 0.13 129.74 0.76 0.49
Hex 1E DD 3D 56 0 48 D 82 4C 31
Octal 36 335 75 126 0 110 15 202 114 61
Binary 11110 11011101 111101 1010110 0 1001000 1101 10000010 1001100 110001

Color Harmonies of #1EDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDD3D

Black with #1EDD3D

Text Example


Text Example

White with #1EDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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