Html Css Color HEX #2BDC29 Lime Green

📋 copy color: '#2BDC29'

red 43 ◦ green 220 ◦ blue 41

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

Shades of Lime Green #2BDC29

Tints of Lime Green #2BDC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 14.14%
G = 72.37%
B = 13.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#2BDC29 (or 0x2BDC29) is known color: Lime Green. HEX triplet: 2B, DC and 29. RGB value is (43,220,41). Sum of RGB (Red+Green+Blue) = 43+220+41=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC29 is #D423D6. Grayscale: #939393. Windows color (decimal): -13902807 or 2743339. OLE color: 2743339.

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

Color convert

RGB 43 220 41 -
CMYK 0.80 0 0.81 0.14
HSL 119.33º 0.72% 0.51% -
HSV(B) 119.33º 0.81% 0.86% -
XYZ 26.99 51.86 10.69 -
YUV 146.67 68.36 54.05 -
System Red Green Blue C M Y K H S L
Decimal 43 220 41 0.80 0 0.81 0.14 119.33 0.72 0.51
Hex 2B DC 29 50 0 51 E 77 48 33
Octal 53 334 51 120 0 121 16 167 110 63
Binary 101011 11011100 101001 1010000 0 1010001 1110 1110111 1001000 110011

Color Harmonies of #2BDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC29

Black with #2BDC29

Text Example


Text Example

White with #2BDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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