Html Css Color HEX #2BB941 Lime Green

📋 copy color: '#2BB941'

red 43 ◦ green 185 ◦ blue 65

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

Shades of Lime Green #2BB941

Tints of Lime Green #2BB941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 14.68%
G = 63.14%
B = 22.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#2BB941 (or 0x2BB941) is known color: Lime Green. HEX triplet: 2B, B9 and 41. RGB value is (43,185,65). Sum of RGB (Red+Green+Blue) = 43+185+65=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB941 is #D446BE. Grayscale: #818181. Windows color (decimal): -13911743 or 4307243. OLE color: 4307243.

HSL color Cylindrical-coordinate representation of color #2BB941: hue angle of 129.3º 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 #2BB941 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 185 65 -
CMYK 0.77 0 0.65 0.27
HSL 129.3º 0.62% 0.45% -
HSV(B) 129.3º 0.77% 0.73% -
XYZ 19.3 35.59 10.85 -
YUV 128.86 91.96 66.76 -
System Red Green Blue C M Y K H S L
Decimal 43 185 65 0.77 0 0.65 0.27 129.3 0.62 0.45
Hex 2B B9 41 4D 0 41 1B 81 3E 2D
Octal 53 271 101 115 0 101 33 201 76 55
Binary 101011 10111001 1000001 1001101 0 1000001 11011 10000001 111110 101101

Color Harmonies of #2BB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB941

Black with #2BB941

Text Example


Text Example

White with #2BB941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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