Html Css Color HEX #11DD2B Lime Green

📋 copy color: '#11DD2B'

red 17 ◦ green 221 ◦ blue 43

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

Shades of Lime Green #11DD2B

Tints of Lime Green #11DD2B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 78.65%

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

R = 6.05%
G = 78.65%
B = 15.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#11DD2B (or 0x11DD2B) is known color: Lime Green. HEX triplet: 11, DD and 2B. RGB value is (17,221,43). Sum of RGB (Red+Green+Blue) = 17+221+43=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DD2B is #EE22D4. Grayscale: #8C8C8C. Windows color (decimal): -15606485 or 2874641. OLE color: 2874641.

HSL color Cylindrical-coordinate representation of color #11DD2B: hue angle of 127.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DD2B is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 221 43 -
CMYK 0.92 0 0.81 0.13
HSL 127.65º 0.86% 0.47% -
HSV(B) 127.65º 0.92% 0.87% -
XYZ 26.52 52.01 10.93 -
YUV 139.71 73.41 40.47 -
System Red Green Blue C M Y K H S L
Decimal 17 221 43 0.92 0 0.81 0.13 127.65 0.86 0.47
Hex 11 DD 2B 5C 0 51 D 80 56 2F
Octal 21 335 53 134 0 121 15 200 126 57
Binary 10001 11011101 101011 1011100 0 1010001 1101 10000000 1010110 101111

Color Harmonies of #11DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DD2B

Black with #11DD2B

Text Example


Text Example

White with #11DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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