Html Css Color HEX #2BB340 Lime Green

📋 copy color: '#2BB340'

red 43 ◦ green 179 ◦ blue 64

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

Shades of Lime Green #2BB340

Tints of Lime Green #2BB340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 15.03%
G = 62.59%
B = 22.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#2BB340 (or 0x2BB340) is known color: Lime Green. HEX triplet: 2B, B3 and 40. RGB value is (43,179,64). Sum of RGB (Red+Green+Blue) = 43+179+64=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB340 is #D44CBF. Grayscale: #7D7D7D. Windows color (decimal): -13913280 or 4240171. OLE color: 4240171.

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

Color convert

RGB 43 179 64 -
CMYK 0.76 0 0.64 0.30
HSL 129.26º 0.61% 0.44% -
HSV(B) 129.26º 0.76% 0.7% -
XYZ 18.04 33.12 10.29 -
YUV 125.23 93.44 69.35 -
System Red Green Blue C M Y K H S L
Decimal 43 179 64 0.76 0 0.64 0.30 129.26 0.61 0.44
Hex 2B B3 40 4C 0 40 1E 81 3D 2C
Octal 53 263 100 114 0 100 36 201 75 54
Binary 101011 10110011 1000000 1001100 0 1000000 11110 10000001 111101 101100

Color Harmonies of #2BB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB340

Black with #2BB340

Text Example


Text Example

White with #2BB340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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