Html Css Color HEX #1EC421 Lime Green

📋 copy color: '#1EC421'

red 30 ◦ green 196 ◦ blue 33

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

Shades of Lime Green #1EC421

Tints of Lime Green #1EC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 75.68%

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 11.58%
G = 75.68%
B = 12.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#1EC421 (or 0x1EC421) is known color: Lime Green. HEX triplet: 1E, C4 and 21. RGB value is (30,196,33). Sum of RGB (Red+Green+Blue) = 30+196+33=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 196 (76.95% from 255 or 75.68% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC421 is #E13BDE. Grayscale: #808080. Windows color (decimal): -14760927 or 2212894. OLE color: 2212894.

HSL color Cylindrical-coordinate representation of color #1EC421: hue angle of 121.08º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC421 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 30 196 33 -
CMYK 0.85 0 0.83 0.23
HSL 121.08º 0.73% 0.44% -
HSV(B) 121.08º 0.85% 0.77% -
XYZ 20.55 39.87 8.05 -
YUV 127.78 74.5 58.25 -
System Red Green Blue C M Y K H S L
Decimal 30 196 33 0.85 0 0.83 0.23 121.08 0.73 0.44
Hex 1E C4 21 55 0 53 17 79 49 2C
Octal 36 304 41 125 0 123 27 171 111 54
Binary 11110 11000100 100001 1010101 0 1010011 10111 1111001 1001001 101100

Color Harmonies of #1EC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC421

Black with #1EC421

Text Example


Text Example

White with #1EC421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,196,33); }

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

background-color css

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

 a { background-color: rgb(30,196,33); }

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

border-color css

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

 span { border-color: rgb(30,196,33); }

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