Html Css Color HEX #2BB125 Lime Green

📋 copy color: '#2BB125'

red 43 ◦ green 177 ◦ blue 37

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

Shades of Lime Green #2BB125

Tints of Lime Green #2BB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 68.87%

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 16.73%
G = 68.87%
B = 14.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#2BB125 (or 0x2BB125) is known color: Lime Green. HEX triplet: 2B, B1 and 25. RGB value is (43,177,37). Sum of RGB (Red+Green+Blue) = 43+177+37=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 177 (69.53% from 255 or 68.87% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB125 is #D44EDA. Grayscale: #797979. Windows color (decimal): -13913819 or 2470187. OLE color: 2470187.

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

Color convert

RGB 43 177 37 -
CMYK 0.76 0 0.79 0.31
HSL 117.43º 0.65% 0.42% -
HSV(B) 117.43º 0.79% 0.69% -
XYZ 17.05 32.09 7.05 -
YUV 120.97 80.61 72.38 -
System Red Green Blue C M Y K H S L
Decimal 43 177 37 0.76 0 0.79 0.31 117.43 0.65 0.42
Hex 2B B1 25 4C 0 4F 1F 75 41 2A
Octal 53 261 45 114 0 117 37 165 101 52
Binary 101011 10110001 100101 1001100 0 1001111 11111 1110101 1000001 101010

Color Harmonies of #2BB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB125

Black with #2BB125

Text Example


Text Example

White with #2BB125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,177,37); }

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

background-color css

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

 a { background-color: rgb(43,177,37); }

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

border-color css

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

 span { border-color: rgb(43,177,37); }

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