Html Css Color HEX #2BBB26 Lime Green

📋 copy color: '#2BBB26'

red 43 ◦ green 187 ◦ blue 38

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

Shades of Lime Green #2BBB26

Tints of Lime Green #2BBB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 69.78%

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

R = 16.04%
G = 69.78%
B = 14.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#2BBB26 (or 0x2BBB26) is known color: Lime Green. HEX triplet: 2B, BB and 26. RGB value is (43,187,38). Sum of RGB (Red+Green+Blue) = 43+187+38=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 187 (73.44% from 255 or 69.78% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB26 is #D444D9. Grayscale: #7F7F7F. Windows color (decimal): -13911258 or 2538283. OLE color: 2538283.

HSL color Cylindrical-coordinate representation of color #2BBB26: hue angle of 117.99º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBB26 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 187 38 -
CMYK 0.77 0 0.80 0.27
HSL 117.99º 0.66% 0.44% -
HSV(B) 117.99º 0.8% 0.73% -
XYZ 19.12 36.19 7.81 -
YUV 126.96 77.79 68.12 -
System Red Green Blue C M Y K H S L
Decimal 43 187 38 0.77 0 0.80 0.27 117.99 0.66 0.44
Hex 2B BB 26 4D 0 50 1B 76 42 2C
Octal 53 273 46 115 0 120 33 166 102 54
Binary 101011 10111011 100110 1001101 0 1010000 11011 1110110 1000010 101100

Color Harmonies of #2BBB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBB26

Black with #2BBB26

Text Example


Text Example

White with #2BBB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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