#2BB933

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

Shades of Lime Green #2BB933

Tints of Lime Green #2BB933

Color information

#2BB933 (or 0x2BB933) is unknown color: approx Lime Green. HEX triplet: 2B, B9 and 33. RGB value is (43,185,51). Sum of RGB (Red+Green+Blue) = 43+185+51=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 185 (72.66% from 255 or 66.31% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB933 is #D446CC. Grayscale: #7F7F7F. Windows color (decimal): -13911757 or 3389739. OLE color: 3389739.

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

Color convert

RGB4318551-
CMYK0.7700.720.27
HSL123.38º62.28%44.71%-
HSV(B)123.38º76.76%72.55%-
XYZ18.9435.458.98-
YUV127.2784.9667.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.41%
GREEN value IS 185 (72.66% from 255) = 66.31%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=15.41%
G=66.31%
B=18.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43185510.7700.720.27123.3862.2844.71
Hex2BB9334D0481B7b3e2d
Octal53271631150110331737655
Binary10101110111001110011100110101001000110111111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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