#2BC441

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

Shades of Lime Green #2BC441

Tints of Lime Green #2BC441

Color information

#2BC441 (or 0x2BC441) is unknown color: approx Lime Green. HEX triplet: 2B, C4 and 41. RGB value is (43,196,65). Sum of RGB (Red+Green+Blue) = 43+196+65=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC441 is #D43BBE. Grayscale: #878787. Windows color (decimal): -13908927 or 4310059. OLE color: 4310059.

HSL color Cylindrical-coordinate representation of color #2BC441: hue angle of 128.63º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC441 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB4319665-
CMYK0.7800.670.23
HSL128.63º64.02%46.86%-
HSV(B)128.63º78.06%76.86%-
XYZ21.6940.3811.65-
YUV135.3288.3162.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 196 (76.95% from 255) = 64.47%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=14.14%
G=64.47%
B=21.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal43196650.7800.670.23128.6364.0246.86
Hex2BC4414E0431781402f
Octal5330410111601032720110057
Binary10101111000100100000110011100100001110111100000011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,196,65); }

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

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

 a { background-color: rgb(43,196,65); }

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

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

 span { border-color: rgb(43,196,65); }

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