Html Css Color HEX #2BB333 Lime Green

📋 copy color: '#2BB333'

red 43 ◦ green 179 ◦ blue 51

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

Shades of Lime Green #2BB333

Tints of Lime Green #2BB333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 15.75%
G = 65.57%
B = 18.68%

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

#2BB333 (or 0x2BB333) is known color: Lime Green. HEX triplet: 2B, B3 and 33. RGB value is (43,179,51). Sum of RGB (Red+Green+Blue) = 43+179+51=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB333 is #D44CCC. Grayscale: #7C7C7C. Windows color (decimal): -13913293 or 3388203. OLE color: 3388203.

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

Color convert

RGB 43 179 51 -
CMYK 0.76 0 0.72 0.30
HSL 123.53º 0.61% 0.44% -
HSV(B) 123.53º 0.76% 0.7% -
XYZ 17.71 32.99 8.57 -
YUV 123.74 86.94 70.41 -
System Red Green Blue C M Y K H S L
Decimal 43 179 51 0.76 0 0.72 0.30 123.53 0.61 0.44
Hex 2B B3 33 4C 0 48 1E 7C 3D 2C
Octal 53 263 63 114 0 110 36 174 75 54
Binary 101011 10110011 110011 1001100 0 1001000 11110 1111100 111101 101100

Color Harmonies of #2BB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB333

Black with #2BB333

Text Example


Text Example

White with #2BB333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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