Html Css Color HEX #2BBA2D Lime Green

📋 copy color: '#2BBA2D'

red 43 ◦ green 186 ◦ blue 45

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

Shades of Lime Green #2BBA2D

Tints of Lime Green #2BBA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 15.69%
G = 67.88%
B = 16.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#2BBA2D (or 0x2BBA2D) is known color: Lime Green. HEX triplet: 2B, BA and 2D. RGB value is (43,186,45). Sum of RGB (Red+Green+Blue) = 43+186+45=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA2D is #D445D2. Grayscale: #7F7F7F. Windows color (decimal): -13911507 or 2996779. OLE color: 2996779.

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

Color convert

RGB 43 186 45 -
CMYK 0.77 0 0.76 0.27
HSL 120.84º 0.62% 0.45% -
HSV(B) 120.84º 0.77% 0.73% -
XYZ 19.03 35.82 8.39 -
YUV 127.17 81.62 67.96 -
System Red Green Blue C M Y K H S L
Decimal 43 186 45 0.77 0 0.76 0.27 120.84 0.62 0.45
Hex 2B BA 2D 4D 0 4C 1B 79 3E 2D
Octal 53 272 55 115 0 114 33 171 76 55
Binary 101011 10111010 101101 1001101 0 1001100 11011 1111001 111110 101101

Color Harmonies of #2BBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA2D

Black with #2BBA2D

Text Example


Text Example

White with #2BBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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