Html Css Color HEX #2BB12D Lime Green

📋 copy color: '#2BB12D'

red 43 ◦ green 177 ◦ blue 45

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

Shades of Lime Green #2BB12D

Tints of Lime Green #2BB12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.98%

R = 16.23%
G = 66.79%
B = 16.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#2BB12D (or 0x2BB12D) is known color: Lime Green. HEX triplet: 2B, B1 and 2D. RGB value is (43,177,45). Sum of RGB (Red+Green+Blue) = 43+177+45=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 177 (69.53% from 255 or 66.79% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB12D is #D44ED2. Grayscale: #7A7A7A. Windows color (decimal): -13913811 or 2994475. OLE color: 2994475.

HSL color Cylindrical-coordinate representation of color #2BB12D: hue angle of 120.9º 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 #2BB12D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 177 45 -
CMYK 0.76 0 0.75 0.31
HSL 120.9º 0.61% 0.43% -
HSV(B) 120.9º 0.76% 0.69% -
XYZ 17.19 32.15 7.78 -
YUV 121.89 84.61 71.73 -
System Red Green Blue C M Y K H S L
Decimal 43 177 45 0.76 0 0.75 0.31 120.9 0.61 0.43
Hex 2B B1 2D 4C 0 4B 1F 79 3D 2B
Octal 53 261 55 114 0 113 37 171 75 53
Binary 101011 10110001 101101 1001100 0 1001011 11111 1111001 111101 101011

Color Harmonies of #2BB12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB12D

Black with #2BB12D

Text Example


Text Example

White with #2BB12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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