Html Css Color HEX #2BB122 Lime Green

📋 copy color: '#2BB122'

red 43 ◦ green 177 ◦ blue 34

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

Shades of Lime Green #2BB122

Tints of Lime Green #2BB122

RGB

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

 GREEN value IS 177 (69.53% from 255) = 69.69%

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 16.93%
G = 69.69%
B = 13.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#2BB122 (or 0x2BB122) is known color: Lime Green. HEX triplet: 2B, B1 and 22. RGB value is (43,177,34). Sum of RGB (Red+Green+Blue) = 43+177+34=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 177 (69.53% from 255 or 69.69% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB122 is #D44EDD. Grayscale: #797979. Windows color (decimal): -13913822 or 2273579. OLE color: 2273579.

HSL color Cylindrical-coordinate representation of color #2BB122: hue angle of 116.22º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BB122 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 177 34 -
CMYK 0.76 0 0.81 0.31
HSL 116.22º 0.68% 0.41% -
HSV(B) 116.22º 0.81% 0.69% -
XYZ 17.01 32.07 6.81 -
YUV 120.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 43 177 34 0.76 0 0.81 0.31 116.22 0.68 0.41
Hex 2B B1 22 4C 0 51 1F 74 44 29
Octal 53 261 42 114 0 121 37 164 104 51
Binary 101011 10110001 100010 1001100 0 1010001 11111 1110100 1000100 101001

Color Harmonies of #2BB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB122

Black with #2BB122

Text Example


Text Example

White with #2BB122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,177,34); }

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

background-color css

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

 a { background-color: rgb(43,177,34); }

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

border-color css

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

 span { border-color: rgb(43,177,34); }

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