#2BBC28

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

Shades of Lime Green #2BBC28

Tints of Lime Green #2BBC28

Color information

#2BBC28 (or 0x2BBC28) is unknown color: approx Lime Green. HEX triplet: 2B, BC and 28. RGB value is (43,188,40). Sum of RGB (Red+Green+Blue) = 43+188+40=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC28 is #D443D7. Grayscale: #808080. Windows color (decimal): -13911000 or 2669611. OLE color: 2669611.

HSL color Cylindrical-coordinate representation of color #2BBC28: hue angle of 118.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBC28 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB4318840-
CMYK0.7700.790.26
HSL118.78º64.91%44.71%-
HSV(B)118.78º78.72%73.73%-
XYZ19.3636.638.06-
YUV127.7778.4667.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 188 (73.83% from 255) = 69.37%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=15.87%
G=69.37%
B=14.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal43188400.7700.790.26118.7864.9144.71
Hex2BBC284D04F1A77412d
Octal532745011501173216710155
Binary101011101111001010001001101010011111101011101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,188,40); }

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

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

 a { background-color: rgb(43,188,40); }

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

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

 span { border-color: rgb(43,188,40); }

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