Html Css Color HEX #1ECB1D Lime Green

📋 copy color: '#1ECB1D'

red 30 ◦ green 203 ◦ blue 29

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

Shades of Lime Green #1ECB1D

Tints of Lime Green #1ECB1D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 77.48%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 11.45%
G = 77.48%
B = 11.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#1ECB1D (or 0x1ECB1D) is known color: Lime Green. HEX triplet: 1E, CB and 1D. RGB value is (30,203,29). Sum of RGB (Red+Green+Blue) = 30+203+29=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 203 (79.69% from 255 or 77.48% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECB1D is #E134E2. Grayscale: #838383. Windows color (decimal): -14759139 or 1952542. OLE color: 1952542.

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

Color convert

RGB 30 203 29 -
CMYK 0.85 0 0.86 0.20
HSL 119.66º 0.75% 0.45% -
HSV(B) 119.66º 0.86% 0.8% -
XYZ 22.11 43.08 8.31 -
YUV 131.44 70.19 55.65 -
System Red Green Blue C M Y K H S L
Decimal 30 203 29 0.85 0 0.86 0.20 119.66 0.75 0.45
Hex 1E CB 1D 55 0 56 14 78 4B 2D
Octal 36 313 35 125 0 126 24 170 113 55
Binary 11110 11001011 11101 1010101 0 1010110 10100 1111000 1001011 101101

Color Harmonies of #1ECB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECB1D

Black with #1ECB1D

Text Example


Text Example

White with #1ECB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,203,29); }

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

background-color css

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

 a { background-color: rgb(30,203,29); }

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

border-color css

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

 span { border-color: rgb(30,203,29); }

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