Html Css Color HEX #2BB537 Lime Green

📋 copy color: '#2BB537'

red 43 ◦ green 181 ◦ blue 55

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

Shades of Lime Green #2BB537

Tints of Lime Green #2BB537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.71%

R = 15.41%
G = 64.87%
B = 19.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#2BB537 (or 0x2BB537) is known color: Lime Green. HEX triplet: 2B, B5 and 37. RGB value is (43,181,55). Sum of RGB (Red+Green+Blue) = 43+181+55=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB537 is #D44AC8. Grayscale: #7D7D7D. Windows color (decimal): -13912777 or 3650859. OLE color: 3650859.

HSL color Cylindrical-coordinate representation of color #2BB537: hue angle of 125.22º 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 #2BB537 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 55 -
CMYK 0.76 0 0.70 0.29
HSL 125.22º 0.62% 0.44% -
HSV(B) 125.22º 0.76% 0.71% -
XYZ 18.21 33.84 9.19 -
YUV 125.37 88.28 69.25 -
System Red Green Blue C M Y K H S L
Decimal 43 181 55 0.76 0 0.70 0.29 125.22 0.62 0.44
Hex 2B B5 37 4C 0 46 1D 7D 3E 2C
Octal 53 265 67 114 0 106 35 175 76 54
Binary 101011 10110101 110111 1001100 0 1000110 11101 1111101 111110 101100

Color Harmonies of #2BB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB537

Black with #2BB537

Text Example


Text Example

White with #2BB537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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