Html Css Color HEX #2BB139 Lime Green

📋 copy color: '#2BB139'

red 43 ◦ green 177 ◦ blue 57

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

Shades of Lime Green #2BB139

Tints of Lime Green #2BB139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 15.52%
G = 63.9%
B = 20.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#2BB139 (or 0x2BB139) is known color: Lime Green. HEX triplet: 2B, B1 and 39. RGB value is (43,177,57). Sum of RGB (Red+Green+Blue) = 43+177+57=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB139 is #D44EC6. Grayscale: #7B7B7B. Windows color (decimal): -13913799 or 3780907. OLE color: 3780907.

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

Color convert

RGB 43 177 57 -
CMYK 0.76 0 0.68 0.31
HSL 126.27º 0.61% 0.43% -
HSV(B) 126.27º 0.76% 0.69% -
XYZ 17.46 32.25 9.18 -
YUV 123.25 90.61 70.76 -
System Red Green Blue C M Y K H S L
Decimal 43 177 57 0.76 0 0.68 0.31 126.27 0.61 0.43
Hex 2B B1 39 4C 0 44 1F 7E 3D 2B
Octal 53 261 71 114 0 104 37 176 75 53
Binary 101011 10110001 111001 1001100 0 1000100 11111 1111110 111101 101011

Color Harmonies of #2BB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB139

Black with #2BB139

Text Example


Text Example

White with #2BB139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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