Html Css Color HEX #1EDD34 Lime Green

📋 copy color: '#1EDD34'

red 30 ◦ green 221 ◦ blue 52

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

Shades of Lime Green #1EDD34

Tints of Lime Green #1EDD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 9.9%
G = 72.94%
B = 17.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#1EDD34 (or 0x1EDD34) is known color: Lime Green. HEX triplet: 1E, DD and 34. RGB value is (30,221,52). Sum of RGB (Red+Green+Blue) = 30+221+52=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD34 is #E122CB. Grayscale: #919191. Windows color (decimal): -14754508 or 3464478. OLE color: 3464478.

HSL color Cylindrical-coordinate representation of color #1EDD34: hue angle of 126.91º 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 #1EDD34 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 221 52 -
CMYK 0.86 0 0.76 0.13
HSL 126.91º 0.76% 0.49% -
HSV(B) 126.91º 0.86% 0.87% -
XYZ 27.01 52.24 11.91 -
YUV 144.63 75.72 46.24 -
System Red Green Blue C M Y K H S L
Decimal 30 221 52 0.86 0 0.76 0.13 126.91 0.76 0.49
Hex 1E DD 34 56 0 4C D 7F 4C 31
Octal 36 335 64 126 0 114 15 177 114 61
Binary 11110 11011101 110100 1010110 0 1001100 1101 1111111 1001100 110001

Color Harmonies of #1EDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDD34

Black with #1EDD34

Text Example


Text Example

White with #1EDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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