Html Css Color HEX #1ECB2C Lime Green

📋 copy color: '#1ECB2C'

red 30 ◦ green 203 ◦ blue 44

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

Shades of Lime Green #1ECB2C

Tints of Lime Green #1ECB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 10.83%
G = 73.29%
B = 15.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#1ECB2C (or 0x1ECB2C) is known color: Lime Green. HEX triplet: 1E, CB and 2C. RGB value is (30,203,44). Sum of RGB (Red+Green+Blue) = 30+203+44=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECB2C is #E134D3. Grayscale: #858585. Windows color (decimal): -14759124 or 2935582. OLE color: 2935582.

HSL color Cylindrical-coordinate representation of color #1ECB2C: hue angle of 124.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 #1ECB2C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 203 44 -
CMYK 0.85 0 0.78 0.20
HSL 124.86º 0.74% 0.46% -
HSV(B) 124.86º 0.85% 0.8% -
XYZ 22.35 43.17 9.54 -
YUV 133.15 77.69 54.43 -
System Red Green Blue C M Y K H S L
Decimal 30 203 44 0.85 0 0.78 0.20 124.86 0.74 0.46
Hex 1E CB 2C 55 0 4E 14 7D 4A 2E
Octal 36 313 54 125 0 116 24 175 112 56
Binary 11110 11001011 101100 1010101 0 1001110 10100 1111101 1001010 101110

Color Harmonies of #1ECB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECB2C

Black with #1ECB2C

Text Example


Text Example

White with #1ECB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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