Html Css Color HEX #2BB424 Lime Green

📋 copy color: '#2BB424'

red 43 ◦ green 180 ◦ blue 36

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

Shades of Lime Green #2BB424

Tints of Lime Green #2BB424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.9%

R = 16.6%
G = 69.5%
B = 13.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#2BB424 (or 0x2BB424) is known color: Lime Green. HEX triplet: 2B, B4 and 24. RGB value is (43,180,36). Sum of RGB (Red+Green+Blue) = 43+180+36=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB424 is #D44BDB. Grayscale: #7B7B7B. Windows color (decimal): -13913052 or 2405419. OLE color: 2405419.

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

Color convert

RGB 43 180 36 -
CMYK 0.76 0 0.8 0.29
HSL 117.08º 0.67% 0.42% -
HSV(B) 117.08º 0.8% 0.71% -
XYZ 17.64 33.28 7.16 -
YUV 122.62 79.11 71.21 -
System Red Green Blue C M Y K H S L
Decimal 43 180 36 0.76 0 0.8 0.29 117.08 0.67 0.42
Hex 2B B4 24 4C 0 50 1D 75 43 2A
Octal 53 264 44 114 0 120 35 165 103 52
Binary 101011 10110100 100100 1001100 0 1010000 11101 1110101 1000011 101010

Color Harmonies of #2BB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB424

Black with #2BB424

Text Example


Text Example

White with #2BB424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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