Html Css Color HEX #1ECD32 Lime Green

📋 copy color: '#1ECD32'

red 30 ◦ green 205 ◦ blue 50

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

Shades of Lime Green #1ECD32

Tints of Lime Green #1ECD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 71.93%

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

R = 10.53%
G = 71.93%
B = 17.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#1ECD32 (or 0x1ECD32) is known color: Lime Green. HEX triplet: 1E, CD and 32. RGB value is (30,205,50). Sum of RGB (Red+Green+Blue) = 30+205+50=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 205 (80.47% from 255 or 71.93% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECD32 is #E132CD. Grayscale: #878787. Windows color (decimal): -14758606 or 3329310. OLE color: 3329310.

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

Color convert

RGB 30 205 50 -
CMYK 0.85 0 0.76 0.20
HSL 126.86º 0.74% 0.46% -
HSV(B) 126.86º 0.85% 0.8% -
XYZ 22.94 44.17 10.33 -
YUV 135.01 80.02 53.1 -
System Red Green Blue C M Y K H S L
Decimal 30 205 50 0.85 0 0.76 0.20 126.86 0.74 0.46
Hex 1E CD 32 55 0 4C 14 7F 4A 2E
Octal 36 315 62 125 0 114 24 177 112 56
Binary 11110 11001101 110010 1010101 0 1001100 10100 1111111 1001010 101110

Color Harmonies of #1ECD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECD32

Black with #1ECD32

Text Example


Text Example

White with #1ECD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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