Html Css Color HEX #2BB226 Lime Green

📋 copy color: '#2BB226'

red 43 ◦ green 178 ◦ blue 38

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

Shades of Lime Green #2BB226

Tints of Lime Green #2BB226

RGB

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

 GREEN value IS 178 (69.92% from 255) = 68.73%

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

R = 16.6%
G = 68.73%
B = 14.67%

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

#2BB226 (or 0x2BB226) is known color: Lime Green. HEX triplet: 2B, B2 and 26. RGB value is (43,178,38). Sum of RGB (Red+Green+Blue) = 43+178+38=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 178 (69.92% from 255 or 68.73% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB226 is #D44DD9. Grayscale: #7A7A7A. Windows color (decimal): -13913562 or 2535979. OLE color: 2535979.

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

Color convert

RGB 43 178 38 -
CMYK 0.76 0 0.79 0.30
HSL 117.86º 0.65% 0.42% -
HSV(B) 117.86º 0.79% 0.7% -
XYZ 17.27 32.49 7.2 -
YUV 121.68 80.77 71.88 -
System Red Green Blue C M Y K H S L
Decimal 43 178 38 0.76 0 0.79 0.30 117.86 0.65 0.42
Hex 2B B2 26 4C 0 4F 1E 76 41 2A
Octal 53 262 46 114 0 117 36 166 101 52
Binary 101011 10110010 100110 1001100 0 1001111 11110 1110110 1000001 101010

Color Harmonies of #2BB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB226

Black with #2BB226

Text Example


Text Example

White with #2BB226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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