Html Css Color HEX #2BB536 Lime Green

📋 copy color: '#2BB536'

red 43 ◦ green 181 ◦ blue 54

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

Shades of Lime Green #2BB536

Tints of Lime Green #2BB536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 15.47%
G = 65.11%
B = 19.42%

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

#2BB536 (or 0x2BB536) is known color: Lime Green. HEX triplet: 2B, B5 and 36. RGB value is (43,181,54). Sum of RGB (Red+Green+Blue) = 43+181+54=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 181 (71.09% from 255 or 65.11% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB536 is #D44AC9. Grayscale: #7D7D7D. Windows color (decimal): -13912778 or 3585323. OLE color: 3585323.

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

Color convert

RGB 43 181 54 -
CMYK 0.76 0 0.70 0.29
HSL 124.78º 0.62% 0.44% -
HSV(B) 124.78º 0.76% 0.71% -
XYZ 18.19 33.83 9.06 -
YUV 125.26 87.78 69.33 -
System Red Green Blue C M Y K H S L
Decimal 43 181 54 0.76 0 0.70 0.29 124.78 0.62 0.44
Hex 2B B5 36 4C 0 46 1D 7D 3E 2C
Octal 53 265 66 114 0 106 35 175 76 54
Binary 101011 10110101 110110 1001100 0 1000110 11101 1111101 111110 101100

Color Harmonies of #2BB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB536

Black with #2BB536

Text Example


Text Example

White with #2BB536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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