Html Css Color HEX #2BB943 Lime Green

📋 copy color: '#2BB943'

red 43 ◦ green 185 ◦ blue 67

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

Shades of Lime Green #2BB943

Tints of Lime Green #2BB943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.71%

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 14.58%
G = 62.71%
B = 22.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#2BB943 (or 0x2BB943) is known color: Lime Green. HEX triplet: 2B, B9 and 43. RGB value is (43,185,67). Sum of RGB (Red+Green+Blue) = 43+185+67=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB943 is #D446BC. Grayscale: #818181. Windows color (decimal): -13911741 or 4438315. OLE color: 4438315.

HSL color Cylindrical-coordinate representation of color #2BB943: hue angle of 130.14º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB943 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 185 67 -
CMYK 0.77 0 0.64 0.27
HSL 130.14º 0.62% 0.45% -
HSV(B) 130.14º 0.77% 0.73% -
XYZ 19.36 35.62 11.16 -
YUV 129.09 92.96 66.59 -
System Red Green Blue C M Y K H S L
Decimal 43 185 67 0.77 0 0.64 0.27 130.14 0.62 0.45
Hex 2B B9 43 4D 0 40 1B 82 3E 2D
Octal 53 271 103 115 0 100 33 202 76 55
Binary 101011 10111001 1000011 1001101 0 1000000 11011 10000010 111110 101101

Color Harmonies of #2BB943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB943

Black with #2BB943

Text Example


Text Example

White with #2BB943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,185,67); }

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

background-color css

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

 a { background-color: rgb(43,185,67); }

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

border-color css

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

 span { border-color: rgb(43,185,67); }

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