#2BB63A

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

Shades of Lime Green #2BB63A

Tints of Lime Green #2BB63A

Color information

#2BB63A (or 0x2BB63A) is unknown color: approx Lime Green. HEX triplet: 2B, B6 and 3A. RGB value is (43,182,58). Sum of RGB (Red+Green+Blue) = 43+182+58=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB63A is #D449C5. Grayscale: #7E7E7E. Windows color (decimal): -13912518 or 3847723. OLE color: 3847723.

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

Color convert

RGB4318258-
CMYK0.7600.680.29
HSL126.47º61.78%44.12%-
HSV(B)126.47º76.37%71.37%-
XYZ18.4934.279.64-
YUV126.389.4568.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 182 (71.48% from 255) = 64.31%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=15.19%
G=64.31%
B=20.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43182580.7600.680.29126.4761.7844.12
Hex2BB63A4C0441D7e3e2c
Octal53266721140104351767654
Binary10101110110110111010100110001000100111011111110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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