Html Css Color HEX #2BB324 Lime Green

📋 copy color: '#2BB324'

red 43 ◦ green 179 ◦ blue 36

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

Shades of Lime Green #2BB324

Tints of Lime Green #2BB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.38%

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

R = 16.67%
G = 69.38%
B = 13.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#2BB324 (or 0x2BB324) is known color: Lime Green. HEX triplet: 2B, B3 and 24. RGB value is (43,179,36). Sum of RGB (Red+Green+Blue) = 43+179+36=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB324 is #D44CDB. Grayscale: #7A7A7A. Windows color (decimal): -13913308 or 2405163. OLE color: 2405163.

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

Color convert

RGB 43 179 36 -
CMYK 0.76 0 0.80 0.30
HSL 117.06º 0.67% 0.42% -
HSV(B) 117.06º 0.8% 0.7% -
XYZ 17.43 32.88 7.1 -
YUV 122.03 79.44 71.63 -
System Red Green Blue C M Y K H S L
Decimal 43 179 36 0.76 0 0.80 0.30 117.06 0.67 0.42
Hex 2B B3 24 4C 0 50 1E 75 43 2A
Octal 53 263 44 114 0 120 36 165 103 52
Binary 101011 10110011 100100 1001100 0 1010000 11110 1110101 1000011 101010

Color Harmonies of #2BB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB324

Black with #2BB324

Text Example


Text Example

White with #2BB324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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