Html Css Color HEX #2BDC28 Lime Green

📋 copy color: '#2BDC28'

red 43 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #2BDC28

Tints of Lime Green #2BDC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 14.19%
G = 72.61%
B = 13.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#2BDC28 (or 0x2BDC28) is known color: Lime Green. HEX triplet: 2B, DC and 28. RGB value is (43,220,40). Sum of RGB (Red+Green+Blue) = 43+220+40=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC28 is #D423D7. Grayscale: #939393. Windows color (decimal): -13902808 or 2677803. OLE color: 2677803.

HSL color Cylindrical-coordinate representation of color #2BDC28: hue angle of 119º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDC28 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 220 40 -
CMYK 0.80 0 0.82 0.14
HSL 119º 0.72% 0.51% -
HSV(B) 119º 0.82% 0.86% -
XYZ 26.97 51.85 10.59 -
YUV 146.56 67.86 54.14 -
System Red Green Blue C M Y K H S L
Decimal 43 220 40 0.80 0 0.82 0.14 119 0.72 0.51
Hex 2B DC 28 50 0 52 E 77 48 33
Octal 53 334 50 120 0 122 16 167 110 63
Binary 101011 11011100 101000 1010000 0 1010010 1110 1110111 1001000 110011

Color Harmonies of #2BDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC28

Black with #2BDC28

Text Example


Text Example

White with #2BDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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