Html Css Color HEX #2BAA36 Lime Green

📋 copy color: '#2BAA36'

red 43 ◦ green 170 ◦ blue 54

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

Shades of Lime Green #2BAA36

Tints of Lime Green #2BAA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 16.1%
G = 63.67%
B = 20.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#2BAA36 (or 0x2BAA36) is known color: Lime Green. HEX triplet: 2B, AA and 36. RGB value is (43,170,54). Sum of RGB (Red+Green+Blue) = 43+170+54=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA36 is #D455C9. Grayscale: #777777. Windows color (decimal): -13915594 or 3582507. OLE color: 3582507.

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

Color convert

RGB 43 170 54 -
CMYK 0.75 0 0.68 0.33
HSL 125.2º 0.6% 0.42% -
HSV(B) 125.2º 0.75% 0.67% -
XYZ 16.04 29.53 8.34 -
YUV 118.8 91.42 73.93 -
System Red Green Blue C M Y K H S L
Decimal 43 170 54 0.75 0 0.68 0.33 125.2 0.6 0.42
Hex 2B AA 36 4B 0 44 21 7D 3C 2A
Octal 53 252 66 113 0 104 41 175 74 52
Binary 101011 10101010 110110 1001011 0 1000100 100001 1111101 111100 101010

Color Harmonies of #2BAA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA36

Black with #2BAA36

Text Example


Text Example

White with #2BAA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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