Html Css Color HEX #2BB645 Lime Green

📋 copy color: '#2BB645'

red 43 ◦ green 182 ◦ blue 69

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

Shades of Lime Green #2BB645

Tints of Lime Green #2BB645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 14.63%
G = 61.9%
B = 23.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#2BB645 (or 0x2BB645) is known color: Lime Green. HEX triplet: 2B, B6 and 45. RGB value is (43,182,69). Sum of RGB (Red+Green+Blue) = 43+182+69=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 182 (71.48% from 255 or 61.90% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB645 is #D449BA. Grayscale: #7F7F7F. Windows color (decimal): -13912507 or 4568619. OLE color: 4568619.

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

Color convert

RGB 43 182 69 -
CMYK 0.76 0 0.62 0.29
HSL 131.22º 0.62% 0.44% -
HSV(B) 131.22º 0.76% 0.71% -
XYZ 18.8 34.4 11.28 -
YUV 127.56 94.95 67.69 -
System Red Green Blue C M Y K H S L
Decimal 43 182 69 0.76 0 0.62 0.29 131.22 0.62 0.44
Hex 2B B6 45 4C 0 3E 1D 83 3E 2C
Octal 53 266 105 114 0 76 35 203 76 54
Binary 101011 10110110 1000101 1001100 0 111110 11101 10000011 111110 101100

Color Harmonies of #2BB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB645

Black with #2BB645

Text Example


Text Example

White with #2BB645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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