Html Css Color HEX #2BBA24 Lime Green

📋 copy color: '#2BBA24'

red 43 ◦ green 186 ◦ blue 36

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

Shades of Lime Green #2BBA24

Tints of Lime Green #2BBA24

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.19%

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

R = 16.23%
G = 70.19%
B = 13.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#2BBA24 (or 0x2BBA24) is known color: Lime Green. HEX triplet: 2B, BA and 24. RGB value is (43,186,36). Sum of RGB (Red+Green+Blue) = 43+186+36=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA24 is #D445DB. Grayscale: #7E7E7E. Windows color (decimal): -13911516 or 2406955. OLE color: 2406955.

HSL color Cylindrical-coordinate representation of color #2BBA24: hue angle of 117.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBA24 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 186 36 -
CMYK 0.77 0 0.81 0.27
HSL 117.2º 0.68% 0.44% -
HSV(B) 117.2º 0.81% 0.73% -
XYZ 18.87 35.76 7.58 -
YUV 126.14 77.12 68.7 -
System Red Green Blue C M Y K H S L
Decimal 43 186 36 0.77 0 0.81 0.27 117.2 0.68 0.44
Hex 2B BA 24 4D 0 51 1B 75 44 2C
Octal 53 272 44 115 0 121 33 165 104 54
Binary 101011 10111010 100100 1001101 0 1010001 11011 1110101 1000100 101100

Color Harmonies of #2BBA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA24

Black with #2BBA24

Text Example


Text Example

White with #2BBA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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