Html Css Color HEX #2BB33F Lime Green

📋 copy color: '#2BB33F'

red 43 ◦ green 179 ◦ blue 63

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

Shades of Lime Green #2BB33F

Tints of Lime Green #2BB33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.11%

R = 15.09%
G = 62.81%
B = 22.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#2BB33F (or 0x2BB33F) is known color: Lime Green. HEX triplet: 2B, B3 and 3F. RGB value is (43,179,63). Sum of RGB (Red+Green+Blue) = 43+179+63=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB33F is #D44CC0. Grayscale: #7D7D7D. Windows color (decimal): -13913281 or 4174635. OLE color: 4174635.

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

Color convert

RGB 43 179 63 -
CMYK 0.76 0 0.65 0.30
HSL 128.82º 0.61% 0.44% -
HSV(B) 128.82º 0.76% 0.7% -
XYZ 18.01 33.11 10.14 -
YUV 125.11 92.94 69.43 -
System Red Green Blue C M Y K H S L
Decimal 43 179 63 0.76 0 0.65 0.30 128.82 0.61 0.44
Hex 2B B3 3F 4C 0 41 1E 81 3D 2C
Octal 53 263 77 114 0 101 36 201 75 54
Binary 101011 10110011 111111 1001100 0 1000001 11110 10000001 111101 101100

Color Harmonies of #2BB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB33F

Black with #2BB33F

Text Example


Text Example

White with #2BB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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