Html Css Color HEX #1EDD33 Lime Green

📋 copy color: '#1EDD33'

red 30 ◦ green 221 ◦ blue 51

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

Shades of Lime Green #1EDD33

Tints of Lime Green #1EDD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 9.93%
G = 73.18%
B = 16.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#1EDD33 (or 0x1EDD33) is known color: Lime Green. HEX triplet: 1E, DD and 33. RGB value is (30,221,51). Sum of RGB (Red+Green+Blue) = 30+221+51=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD33 is #E122CC. Grayscale: #919191. Windows color (decimal): -14754509 or 3398942. OLE color: 3398942.

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

Color convert

RGB 30 221 51 -
CMYK 0.86 0 0.77 0.13
HSL 126.6º 0.76% 0.49% -
HSV(B) 126.6º 0.86% 0.87% -
XYZ 26.99 52.23 11.79 -
YUV 144.51 75.22 46.32 -
System Red Green Blue C M Y K H S L
Decimal 30 221 51 0.86 0 0.77 0.13 126.6 0.76 0.49
Hex 1E DD 33 56 0 4D D 7F 4C 31
Octal 36 335 63 126 0 115 15 177 114 61
Binary 11110 11011101 110011 1010110 0 1001101 1101 1111111 1001100 110001

Color Harmonies of #1EDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDD33

Black with #1EDD33

Text Example


Text Example

White with #1EDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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