#2bbf28

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

Shades of Lime Green #2BBF28

Tints of Lime Green #2BBF28

Color information

#2BBF28 (or 0x2BBF28) is unknown color: approx Lime Green. HEX triplet: 2B, BF and 28. RGB value is (43,191,40). Sum of RGB (Red+Green+Blue) = 43+191+40=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF28 is #D440D7. Grayscale: #818181. Windows color (decimal): -13910232 or 2670379. OLE color: 2670379.

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

Color convert

RGB4319140-
CMYK0.7700.790.25
HSL118.81º65.37%45.29%-
HSV(B)118.81º79.06%74.9%-
XYZ20.0137.938.27-
YUV129.5377.4766.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 191 (75% from 255) = 69.71%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=15.69%
G=69.71%
B=14.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43191400.7700.790.25118.8165.3745.29
Hex2BBF284D04F1977412d
Octal532775011501173116710155
Binary101011101111111010001001101010011111100111101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bbf28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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