Html Css Color HEX #2BBA28 Lime Green

📋 copy color: '#2BBA28'

red 43 ◦ green 186 ◦ blue 40

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

Shades of Lime Green #2BBA28

Tints of Lime Green #2BBA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 15.99%
G = 69.14%
B = 14.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#2BBA28 (or 0x2BBA28) is known color: Lime Green. HEX triplet: 2B, BA and 28. RGB value is (43,186,40). Sum of RGB (Red+Green+Blue) = 43+186+40=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA28 is #D445D7. Grayscale: #7F7F7F. Windows color (decimal): -13911512 or 2669099. OLE color: 2669099.

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

Color convert

RGB 43 186 40 -
CMYK 0.77 0 0.78 0.27
HSL 118.77º 0.65% 0.44% -
HSV(B) 118.77º 0.78% 0.73% -
XYZ 18.94 35.78 7.92 -
YUV 126.6 79.12 68.37 -
System Red Green Blue C M Y K H S L
Decimal 43 186 40 0.77 0 0.78 0.27 118.77 0.65 0.44
Hex 2B BA 28 4D 0 4E 1B 77 41 2C
Octal 53 272 50 115 0 116 33 167 101 54
Binary 101011 10111010 101000 1001101 0 1001110 11011 1110111 1000001 101100

Color Harmonies of #2BBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA28

Black with #2BBA28

Text Example


Text Example

White with #2BBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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