Html Css Color HEX #2BB332 Lime Green

📋 copy color: '#2BB332'

red 43 ◦ green 179 ◦ blue 50

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

Shades of Lime Green #2BB332

Tints of Lime Green #2BB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 65.81%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 15.81%
G = 65.81%
B = 18.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#2BB332 (or 0x2BB332) is known color: Lime Green. HEX triplet: 2B, B3 and 32. RGB value is (43,179,50). Sum of RGB (Red+Green+Blue) = 43+179+50=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB332 is #D44CCD. Grayscale: #7C7C7C. Windows color (decimal): -13913294 or 3322667. OLE color: 3322667.

HSL color Cylindrical-coordinate representation of color #2BB332: hue angle of 123.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB332 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 179 50 -
CMYK 0.76 0 0.72 0.30
HSL 123.09º 0.61% 0.44% -
HSV(B) 123.09º 0.76% 0.7% -
XYZ 17.69 32.98 8.45 -
YUV 123.63 86.44 70.49 -
System Red Green Blue C M Y K H S L
Decimal 43 179 50 0.76 0 0.72 0.30 123.09 0.61 0.44
Hex 2B B3 32 4C 0 48 1E 7B 3D 2C
Octal 53 263 62 114 0 110 36 173 75 54
Binary 101011 10110011 110010 1001100 0 1001000 11110 1111011 111101 101100

Color Harmonies of #2BB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB332

Black with #2BB332

Text Example


Text Example

White with #2BB332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,179,50); }

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

background-color css

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

 a { background-color: rgb(43,179,50); }

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

border-color css

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

 span { border-color: rgb(43,179,50); }

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