Html Css Color HEX #2BB326 Lime Green

📋 copy color: '#2BB326'

red 43 ◦ green 179 ◦ blue 38

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

Shades of Lime Green #2BB326

Tints of Lime Green #2BB326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.62%

R = 16.54%
G = 68.85%
B = 14.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#2BB326 (or 0x2BB326) is known color: Lime Green. HEX triplet: 2B, B3 and 26. RGB value is (43,179,38). Sum of RGB (Red+Green+Blue) = 43+179+38=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB326 is #D44CD9. Grayscale: #7A7A7A. Windows color (decimal): -13913306 or 2536235. OLE color: 2536235.

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

Color convert

RGB 43 179 38 -
CMYK 0.76 0 0.79 0.30
HSL 117.87º 0.65% 0.43% -
HSV(B) 117.87º 0.79% 0.7% -
XYZ 17.47 32.89 7.26 -
YUV 122.26 80.44 71.46 -
System Red Green Blue C M Y K H S L
Decimal 43 179 38 0.76 0 0.79 0.30 117.87 0.65 0.43
Hex 2B B3 26 4C 0 4F 1E 76 41 2B
Octal 53 263 46 114 0 117 36 166 101 53
Binary 101011 10110011 100110 1001100 0 1001111 11110 1110110 1000001 101011

Color Harmonies of #2BB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB326

Black with #2BB326

Text Example


Text Example

White with #2BB326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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