Html Css Color HEX #2BAA39 Lime Green

📋 copy color: '#2BAA39'

red 43 ◦ green 170 ◦ blue 57

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

Shades of Lime Green #2BAA39

Tints of Lime Green #2BAA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.11%

R = 15.93%
G = 62.96%
B = 21.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#2BAA39 (or 0x2BAA39) is known color: Lime Green. HEX triplet: 2B, AA and 39. RGB value is (43,170,57). Sum of RGB (Red+Green+Blue) = 43+170+57=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA39 is #D455C6. Grayscale: #777777. Windows color (decimal): -13915591 or 3779115. OLE color: 3779115.

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

Color convert

RGB 43 170 57 -
CMYK 0.75 0 0.66 0.33
HSL 126.61º 0.6% 0.42% -
HSV(B) 126.61º 0.75% 0.67% -
XYZ 16.11 29.56 8.73 -
YUV 119.15 92.92 73.69 -
System Red Green Blue C M Y K H S L
Decimal 43 170 57 0.75 0 0.66 0.33 126.61 0.6 0.42
Hex 2B AA 39 4B 0 42 21 7F 3C 2A
Octal 53 252 71 113 0 102 41 177 74 52
Binary 101011 10101010 111001 1001011 0 1000010 100001 1111111 111100 101010

Color Harmonies of #2BAA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA39

Black with #2BAA39

Text Example


Text Example

White with #2BAA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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