Html Css Color HEX #2BB41D Lime Green

📋 copy color: '#2BB41D'

red 43 ◦ green 180 ◦ blue 29

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

Shades of Lime Green #2BB41D

Tints of Lime Green #2BB41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 71.43%

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 17.06%
G = 71.43%
B = 11.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#2BB41D (or 0x2BB41D) is known color: Lime Green. HEX triplet: 2B, B4 and 1D. RGB value is (43,180,29). Sum of RGB (Red+Green+Blue) = 43+180+29=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB41D is #D44BE2. Grayscale: #7A7A7A. Windows color (decimal): -13913059 or 1946667. OLE color: 1946667.

HSL color Cylindrical-coordinate representation of color #2BB41D: hue angle of 114.44º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BB41D is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 180 29 -
CMYK 0.76 0 0.84 0.29
HSL 114.44º 0.72% 0.41% -
HSV(B) 114.44º 0.84% 0.71% -
XYZ 17.54 33.24 6.65 -
YUV 121.82 75.61 71.78 -
System Red Green Blue C M Y K H S L
Decimal 43 180 29 0.76 0 0.84 0.29 114.44 0.72 0.41
Hex 2B B4 1D 4C 0 54 1D 72 48 29
Octal 53 264 35 114 0 124 35 162 110 51
Binary 101011 10110100 11101 1001100 0 1010100 11101 1110010 1001000 101001

Color Harmonies of #2BB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB41D

Black with #2BB41D

Text Example


Text Example

White with #2BB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,180,29); }

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

background-color css

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

 a { background-color: rgb(43,180,29); }

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

border-color css

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

 span { border-color: rgb(43,180,29); }

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