Html Css Color HEX #11DC2B Lime Green

📋 copy color: '#11DC2B'

red 17 ◦ green 220 ◦ blue 43

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

Shades of Lime Green #11DC2B

Tints of Lime Green #11DC2B

RGB

 RED value IS 17 (7.03% from 255) = 6.07%

 GREEN value IS 220 (86.33% from 255) = 78.57%

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 6.07%
G = 78.57%
B = 15.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#11DC2B (or 0x11DC2B) is known color: Lime Green. HEX triplet: 11, DC and 2B. RGB value is (17,220,43). Sum of RGB (Red+Green+Blue) = 17+220+43=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DC2B is #EE23D4. Grayscale: #8B8B8B. Windows color (decimal): -15606741 or 2874385. OLE color: 2874385.

HSL color Cylindrical-coordinate representation of color #11DC2B: hue angle of 127.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DC2B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 220 43 -
CMYK 0.92 0 0.80 0.14
HSL 127.68º 0.86% 0.46% -
HSV(B) 127.68º 0.92% 0.86% -
XYZ 26.26 51.48 10.84 -
YUV 139.13 73.75 40.89 -
System Red Green Blue C M Y K H S L
Decimal 17 220 43 0.92 0 0.80 0.14 127.68 0.86 0.46
Hex 11 DC 2B 5C 0 50 E 80 56 2E
Octal 21 334 53 134 0 120 16 200 126 56
Binary 10001 11011100 101011 1011100 0 1010000 1110 10000000 1010110 101110

Color Harmonies of #11DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DC2B

Black with #11DC2B

Text Example


Text Example

White with #11DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11DC2B; }

 p { color: rgb(17,220,43); }

 H1.HeaderClassName
 {
   color: #11DC2B;
 }
 .AnyTagClassName
 {
   color: #11DC2B;
 }
</style>

background-color css

<style>
 a { background-color: #11DC2B; }

 a { background-color: rgb(17,220,43); }

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

border-color css

<style>
 span { border-color: #11DC2B; }

 span { border-color: rgb(17,220,43); }

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