Html Css Color HEX #2BB545 Lime Green

📋 copy color: '#2BB545'

red 43 ◦ green 181 ◦ blue 69

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

Shades of Lime Green #2BB545

Tints of Lime Green #2BB545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 14.68%
G = 61.77%
B = 23.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#2BB545 (or 0x2BB545) is known color: Lime Green. HEX triplet: 2B, B5 and 45. RGB value is (43,181,69). Sum of RGB (Red+Green+Blue) = 43+181+69=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB545 is #D44ABA. Grayscale: #7F7F7F. Windows color (decimal): -13912763 or 4568363. OLE color: 4568363.

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

Color convert

RGB 43 181 69 -
CMYK 0.76 0 0.62 0.29
HSL 131.3º 0.62% 0.44% -
HSV(B) 131.3º 0.76% 0.71% -
XYZ 18.59 33.99 11.21 -
YUV 126.97 95.28 68.11 -
System Red Green Blue C M Y K H S L
Decimal 43 181 69 0.76 0 0.62 0.29 131.3 0.62 0.44
Hex 2B B5 45 4C 0 3E 1D 83 3E 2C
Octal 53 265 105 114 0 76 35 203 76 54
Binary 101011 10110101 1000101 1001100 0 111110 11101 10000011 111110 101100

Color Harmonies of #2BB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB545

Black with #2BB545

Text Example


Text Example

White with #2BB545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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