Html Css Color HEX #1EDB32 Lime Green

📋 copy color: '#1EDB32'

red 30 ◦ green 219 ◦ blue 50

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

Shades of Lime Green #1EDB32

Tints of Lime Green #1EDB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 10.03%
G = 73.24%
B = 16.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#1EDB32 (or 0x1EDB32) is known color: Lime Green. HEX triplet: 1E, DB and 32. RGB value is (30,219,50). Sum of RGB (Red+Green+Blue) = 30+219+50=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 219 (85.94% from 255 or 73.24% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDB32 is #E124CD. Grayscale: #8F8F8F. Windows color (decimal): -14755022 or 3332894. OLE color: 3332894.

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

Color convert

RGB 30 219 50 -
CMYK 0.86 0 0.77 0.14
HSL 126.35º 0.76% 0.49% -
HSV(B) 126.35º 0.86% 0.86% -
XYZ 26.44 51.17 11.5 -
YUV 143.22 75.38 47.24 -
System Red Green Blue C M Y K H S L
Decimal 30 219 50 0.86 0 0.77 0.14 126.35 0.76 0.49
Hex 1E DB 32 56 0 4D E 7E 4C 31
Octal 36 333 62 126 0 115 16 176 114 61
Binary 11110 11011011 110010 1010110 0 1001101 1110 1111110 1001100 110001

Color Harmonies of #1EDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDB32

Black with #1EDB32

Text Example


Text Example

White with #1EDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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