Html Css Color HEX #2BBA3A Lime Green

📋 copy color: '#2BBA3A'

red 43 ◦ green 186 ◦ blue 58

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

Shades of Lime Green #2BBA3A

Tints of Lime Green #2BBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 14.98%
G = 64.81%
B = 20.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#2BBA3A (or 0x2BBA3A) is known color: Lime Green. HEX triplet: 2B, BA and 3A. RGB value is (43,186,58). Sum of RGB (Red+Green+Blue) = 43+186+58=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA3A is #D445C5. Grayscale: #818181. Windows color (decimal): -13911494 or 3848747. OLE color: 3848747.

HSL color Cylindrical-coordinate representation of color #2BBA3A: hue angle of 126.29º 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 #2BBA3A is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 186 58 -
CMYK 0.77 0 0.69 0.27
HSL 126.29º 0.62% 0.45% -
HSV(B) 126.29º 0.77% 0.73% -
XYZ 19.32 35.94 9.92 -
YUV 128.65 88.12 66.91 -
System Red Green Blue C M Y K H S L
Decimal 43 186 58 0.77 0 0.69 0.27 126.29 0.62 0.45
Hex 2B BA 3A 4D 0 45 1B 7E 3E 2D
Octal 53 272 72 115 0 105 33 176 76 55
Binary 101011 10111010 111010 1001101 0 1000101 11011 1111110 111110 101101

Color Harmonies of #2BBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA3A

Black with #2BBA3A

Text Example


Text Example

White with #2BBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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