Html Css Color HEX #2BAA34 Lime Green

📋 copy color: '#2BAA34'

red 43 ◦ green 170 ◦ blue 52

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

Shades of Lime Green #2BAA34

Tints of Lime Green #2BAA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 16.23%
G = 64.15%
B = 19.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#2BAA34 (or 0x2BAA34) is known color: Lime Green. HEX triplet: 2B, AA and 34. RGB value is (43,170,52). Sum of RGB (Red+Green+Blue) = 43+170+52=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA34 is #D455CB. Grayscale: #767676. Windows color (decimal): -13915596 or 3451435. OLE color: 3451435.

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

Color convert

RGB 43 170 52 -
CMYK 0.75 0 0.69 0.33
HSL 124.25º 0.6% 0.42% -
HSV(B) 124.25º 0.75% 0.67% -
XYZ 15.99 29.51 8.1 -
YUV 118.58 90.42 74.09 -
System Red Green Blue C M Y K H S L
Decimal 43 170 52 0.75 0 0.69 0.33 124.25 0.6 0.42
Hex 2B AA 34 4B 0 45 21 7C 3C 2A
Octal 53 252 64 113 0 105 41 174 74 52
Binary 101011 10101010 110100 1001011 0 1000101 100001 1111100 111100 101010

Color Harmonies of #2BAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA34

Black with #2BAA34

Text Example


Text Example

White with #2BAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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