Html Css Color HEX #2BAA3B Lime Green

📋 copy color: '#2BAA3B'

red 43 ◦ green 170 ◦ blue 59

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

Shades of Lime Green #2BAA3B

Tints of Lime Green #2BAA3B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 62.5%

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 15.81%
G = 62.5%
B = 21.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#2BAA3B (or 0x2BAA3B) is known color: Lime Green. HEX triplet: 2B, AA and 3B. RGB value is (43,170,59). Sum of RGB (Red+Green+Blue) = 43+170+59=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA3B is #D455C4. Grayscale: #777777. Windows color (decimal): -13915589 or 3910187. OLE color: 3910187.

HSL color Cylindrical-coordinate representation of color #2BAA3B: hue angle of 127.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA3B is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 170 59 -
CMYK 0.75 0 0.65 0.33
HSL 127.56º 0.6% 0.42% -
HSV(B) 127.56º 0.75% 0.67% -
XYZ 16.16 29.58 9 -
YUV 119.37 93.92 73.53 -
System Red Green Blue C M Y K H S L
Decimal 43 170 59 0.75 0 0.65 0.33 127.56 0.6 0.42
Hex 2B AA 3B 4B 0 41 21 80 3C 2A
Octal 53 252 73 113 0 101 41 200 74 52
Binary 101011 10101010 111011 1001011 0 1000001 100001 10000000 111100 101010

Color Harmonies of #2BAA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA3B

Black with #2BAA3B

Text Example


Text Example

White with #2BAA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,170,59); }

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

background-color css

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

 a { background-color: rgb(43,170,59); }

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

border-color css

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

 span { border-color: rgb(43,170,59); }

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