#2BB93F

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

Shades of Lime Green #2BB93F

Tints of Lime Green #2BB93F

Color information

#2BB93F (or 0x2BB93F) is unknown color: approx Lime Green. HEX triplet: 2B, B9 and 3F. RGB value is (43,185,63). Sum of RGB (Red+Green+Blue) = 43+185+63=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB93F is #D446C0. Grayscale: #808080. Windows color (decimal): -13911745 or 4176171. OLE color: 4176171.

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

Color convert

RGB4318563-
CMYK0.7700.660.27
HSL128.45º62.28%44.71%-
HSV(B)128.45º76.76%72.55%-
XYZ19.2435.5710.55-
YUV128.6390.9666.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.78%
GREEN value IS 185 (72.66% from 255) = 63.57%
BLUE value IS 63 (25% from 255) = 21.65%
R=14.78%
G=63.57%
B=21.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43185630.7700.660.27128.4562.2844.71
Hex2BB93F4D0421B803e2d
Octal53271771150102332007655
Binary101011101110011111111001101010000101101110000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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