#2BB642

Color #2BB642 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2BB642

Tints of Lime Green #2BB642

Color information

#2BB642 (or 0x2BB642) is unknown color: approx Lime Green. HEX triplet: 2B, B6 and 42. RGB value is (43,182,66). Sum of RGB (Red+Green+Blue) = 43+182+66=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB642 is #D449BD. Grayscale: #7F7F7F. Windows color (decimal): -13912510 or 4372011. OLE color: 4372011.

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

Color convert

RGB4318266-
CMYK0.7600.640.29
HSL129.93º61.78%44.12%-
HSV(B)129.93º76.37%71.37%-
XYZ18.7134.3610.8-
YUV127.2193.4567.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.78%
GREEN value IS 182 (71.48% from 255) = 62.54%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=14.78%
G=62.54%
B=22.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43182660.7600.640.29129.9361.7844.12
Hex2BB6424C0401D823e2c
Octal532661021140100352027654
Binary1010111011011010000101001100010000001110110000010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BB642;
 }
 .AnyTagClassName
 {
   color: #2BB642;
 }
</style>
background-color css

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

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

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

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

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

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