Html Css Color HEX #1ECE32 Lime Green

📋 copy color: '#1ECE32'

red 30 ◦ green 206 ◦ blue 50

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

Shades of Lime Green #1ECE32

Tints of Lime Green #1ECE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 72.03%

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

R = 10.49%
G = 72.03%
B = 17.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#1ECE32 (or 0x1ECE32) is known color: Lime Green. HEX triplet: 1E, CE and 32. RGB value is (30,206,50). Sum of RGB (Red+Green+Blue) = 30+206+50=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 206 (80.86% from 255 or 72.03% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE32 is #E131CD. Grayscale: #888888. Windows color (decimal): -14758350 or 3329566. OLE color: 3329566.

HSL color Cylindrical-coordinate representation of color #1ECE32: hue angle of 126.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECE32 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 206 50 -
CMYK 0.85 0 0.76 0.19
HSL 126.82º 0.75% 0.46% -
HSV(B) 126.82º 0.85% 0.81% -
XYZ 23.18 44.65 10.41 -
YUV 135.59 79.69 52.68 -
System Red Green Blue C M Y K H S L
Decimal 30 206 50 0.85 0 0.76 0.19 126.82 0.75 0.46
Hex 1E CE 32 55 0 4C 13 7F 4B 2E
Octal 36 316 62 125 0 114 23 177 113 56
Binary 11110 11001110 110010 1010101 0 1001100 10011 1111111 1001011 101110

Color Harmonies of #1ECE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECE32

Black with #1ECE32

Text Example


Text Example

White with #1ECE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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