Html Css Color HEX #2BBA42 Lime Green

📋 copy color: '#2BBA42'

red 43 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #2BBA42

Tints of Lime Green #2BBA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 14.58%
G = 63.05%
B = 22.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#2BBA42 (or 0x2BBA42) is known color: Lime Green. HEX triplet: 2B, BA and 42. RGB value is (43,186,66). Sum of RGB (Red+Green+Blue) = 43+186+66=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA42 is #D445BD. Grayscale: #818181. Windows color (decimal): -13911486 or 4373035. OLE color: 4373035.

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

Color convert

RGB 43 186 66 -
CMYK 0.77 0 0.65 0.27
HSL 129.65º 0.62% 0.45% -
HSV(B) 129.65º 0.77% 0.73% -
XYZ 19.54 36.02 11.08 -
YUV 129.56 92.12 66.26 -
System Red Green Blue C M Y K H S L
Decimal 43 186 66 0.77 0 0.65 0.27 129.65 0.62 0.45
Hex 2B BA 42 4D 0 41 1B 82 3E 2D
Octal 53 272 102 115 0 101 33 202 76 55
Binary 101011 10111010 1000010 1001101 0 1000001 11011 10000010 111110 101101

Color Harmonies of #2BBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA42

Black with #2BBA42

Text Example


Text Example

White with #2BBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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