Html Css Color HEX #2BB641 Lime Green

📋 copy color: '#2BB641'

red 43 ◦ green 182 ◦ blue 65

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

Shades of Lime Green #2BB641

Tints of Lime Green #2BB641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.76%

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

R = 14.83%
G = 62.76%
B = 22.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#2BB641 (or 0x2BB641) is known color: Lime Green. HEX triplet: 2B, B6 and 41. RGB value is (43,182,65). Sum of RGB (Red+Green+Blue) = 43+182+65=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 182 (71.48% from 255 or 62.76% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB641 is #D449BE. Grayscale: #7F7F7F. Windows color (decimal): -13912511 or 4306475. OLE color: 4306475.

HSL color Cylindrical-coordinate representation of color #2BB641: hue angle of 129.5º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB641 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 182 65 -
CMYK 0.76 0 0.64 0.29
HSL 129.5º 0.62% 0.44% -
HSV(B) 129.5º 0.76% 0.71% -
XYZ 18.68 34.35 10.65 -
YUV 127.1 92.95 68.01 -
System Red Green Blue C M Y K H S L
Decimal 43 182 65 0.76 0 0.64 0.29 129.5 0.62 0.44
Hex 2B B6 41 4C 0 40 1D 81 3E 2C
Octal 53 266 101 114 0 100 35 201 76 54
Binary 101011 10110110 1000001 1001100 0 1000000 11101 10000001 111110 101100

Color Harmonies of #2BB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB641

Black with #2BB641

Text Example


Text Example

White with #2BB641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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