Html Css Color HEX #2BDC11 Lime Green

📋 copy color: '#2BDC11'

red 43 ◦ green 220 ◦ blue 17

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

Shades of Lime Green #2BDC11

Tints of Lime Green #2BDC11

RGB

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

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

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

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

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#2BDC11 (or 0x2BDC11) is known color: Lime Green. HEX triplet: 2B, DC and 11. RGB value is (43,220,17). Sum of RGB (Red+Green+Blue) = 43+220+17=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDC11 is #D423EE. Grayscale: #909090. Windows color (decimal): -13902831 or 1170475. OLE color: 1170475.

HSL color Cylindrical-coordinate representation of color #2BDC11: hue angle of 112.32º 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 #2BDC11 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 220 17 -
CMYK 0.80 0 0.92 0.14
HSL 112.32º 0.86% 0.46% -
HSV(B) 112.32º 0.92% 0.86% -
XYZ 26.69 51.74 9.11 -
YUV 143.94 56.36 56.01 -
System Red Green Blue C M Y K H S L
Decimal 43 220 17 0.80 0 0.92 0.14 112.32 0.86 0.46
Hex 2B DC 11 50 0 5C E 70 56 2E
Octal 53 334 21 120 0 134 16 160 126 56
Binary 101011 11011100 10001 1010000 0 1011100 1110 1110000 1010110 101110

Color Harmonies of #2BDC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC11

Black with #2BDC11

Text Example


Text Example

White with #2BDC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BDC11; }

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

 H1.HeaderClassName
 {
   color: #2BDC11;
 }
 .AnyTagClassName
 {
   color: #2BDC11;
 }
</style>

background-color css

<style>
 a { background-color: #2BDC11; }

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

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

border-color css

<style>
 span { border-color: #2BDC11; }

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

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