Html Css Color HEX #2BB232 Lime Green

📋 copy color: '#2BB232'

red 43 ◦ green 178 ◦ blue 50

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

Shades of Lime Green #2BB232

Tints of Lime Green #2BB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.68%

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

R = 15.87%
G = 65.68%
B = 18.45%

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

#2BB232 (or 0x2BB232) is known color: Lime Green. HEX triplet: 2B, B2 and 32. RGB value is (43,178,50). Sum of RGB (Red+Green+Blue) = 43+178+50=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB232 is #D44DCD. Grayscale: #7B7B7B. Windows color (decimal): -13913550 or 3322411. OLE color: 3322411.

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

Color convert

RGB 43 178 50 -
CMYK 0.76 0 0.72 0.30
HSL 123.11º 0.61% 0.43% -
HSV(B) 123.11º 0.76% 0.7% -
XYZ 17.49 32.58 8.39 -
YUV 123.04 86.77 70.91 -
System Red Green Blue C M Y K H S L
Decimal 43 178 50 0.76 0 0.72 0.30 123.11 0.61 0.43
Hex 2B B2 32 4C 0 48 1E 7B 3D 2B
Octal 53 262 62 114 0 110 36 173 75 53
Binary 101011 10110010 110010 1001100 0 1001000 11110 1111011 111101 101011

Color Harmonies of #2BB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB232

Black with #2BB232

Text Example


Text Example

White with #2BB232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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