Html Css Color HEX #2BB12F Lime Green

📋 copy color: '#2BB12F'

red 43 ◦ green 177 ◦ blue 47

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

Shades of Lime Green #2BB12F

Tints of Lime Green #2BB12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 16.1%
G = 66.29%
B = 17.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#2BB12F (or 0x2BB12F) is known color: Lime Green. HEX triplet: 2B, B1 and 2F. RGB value is (43,177,47). Sum of RGB (Red+Green+Blue) = 43+177+47=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB12F is #D44ED0. Grayscale: #7A7A7A. Windows color (decimal): -13913809 or 3125547. OLE color: 3125547.

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

Color convert

RGB 43 177 47 -
CMYK 0.76 0 0.73 0.31
HSL 121.79º 0.61% 0.43% -
HSV(B) 121.79º 0.76% 0.69% -
XYZ 17.23 32.16 7.99 -
YUV 122.11 85.61 71.57 -
System Red Green Blue C M Y K H S L
Decimal 43 177 47 0.76 0 0.73 0.31 121.79 0.61 0.43
Hex 2B B1 2F 4C 0 49 1F 7A 3D 2B
Octal 53 261 57 114 0 111 37 172 75 53
Binary 101011 10110001 101111 1001100 0 1001001 11111 1111010 111101 101011

Color Harmonies of #2BB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB12F

Black with #2BB12F

Text Example


Text Example

White with #2BB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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