#2BC850

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

Shades of Lime Green #2BC850

Tints of Lime Green #2BC850

Color information

#2BC850 (or 0x2BC850) is unknown color: approx Lime Green. HEX triplet: 2B, C8 and 50. RGB value is (43,200,80). Sum of RGB (Red+Green+Blue) = 43+200+80=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC850 is #D437AF. Grayscale: #8B8B8B. Windows color (decimal): -13907888 or 5294123. OLE color: 5294123.

HSL color Cylindrical-coordinate representation of color #2BC850: hue angle of 134.14º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC850 is Cyan = 0.78, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB4320080-
CMYK0.7800.60.22
HSL134.14º64.61%47.65%-
HSV(B)134.14º78.5%78.43%-
XYZ23.142.414.56-
YUV139.3894.4959.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 200 (78.52% from 255) = 61.92%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=13.31%
G=61.92%
B=24.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43200800.7800.60.22134.1464.6147.65
Hex2BC8504E03C16864130
Octal533101201160742620610160
Binary1010111100100010100001001110011110010110100001101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,200,80); }

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

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

 a { background-color: rgb(43,200,80); }

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

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

 span { border-color: rgb(43,200,80); }

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