Html Css Color HEX #2BB522 Lime Green

📋 copy color: '#2BB522'

red 43 ◦ green 181 ◦ blue 34

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

Shades of Lime Green #2BB522

Tints of Lime Green #2BB522

RGB

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

 GREEN value IS 181 (71.09% from 255) = 70.16%

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

R = 16.67%
G = 70.16%
B = 13.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#2BB522 (or 0x2BB522) is known color: Lime Green. HEX triplet: 2B, B5 and 22. RGB value is (43,181,34). Sum of RGB (Red+Green+Blue) = 43+181+34=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 181 (71.09% from 255 or 70.16% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB522 is #D44ADD. Grayscale: #7B7B7B. Windows color (decimal): -13912798 or 2274603. OLE color: 2274603.

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

Color convert

RGB 43 181 34 -
CMYK 0.76 0 0.81 0.29
HSL 116.33º 0.68% 0.42% -
HSV(B) 116.33º 0.81% 0.71% -
XYZ 17.81 33.68 7.08 -
YUV 122.98 77.78 70.95 -
System Red Green Blue C M Y K H S L
Decimal 43 181 34 0.76 0 0.81 0.29 116.33 0.68 0.42
Hex 2B B5 22 4C 0 51 1D 74 44 2A
Octal 53 265 42 114 0 121 35 164 104 52
Binary 101011 10110101 100010 1001100 0 1010001 11101 1110100 1000100 101010

Color Harmonies of #2BB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB522

Black with #2BB522

Text Example


Text Example

White with #2BB522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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