#2BCA44

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

Shades of Lime Green #2BCA44

Tints of Lime Green #2BCA44

Color information

#2BCA44 (or 0x2BCA44) is unknown color: approx Lime Green. HEX triplet: 2B, CA and 44. RGB value is (43,202,68). Sum of RGB (Red+Green+Blue) = 43+202+68=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCA44 is #D435BB. Grayscale: #8B8B8B. Windows color (decimal): -13907388 or 4508203. OLE color: 4508203.

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

Color convert

RGB4320268-
CMYK0.7900.660.21
HSL129.43º64.9%48.04%-
HSV(B)129.43º78.71%79.22%-
XYZ23.1643.1712.58-
YUV139.1887.8259.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 202 (79.30% from 255) = 64.54%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=13.74%
G=64.54%
B=21.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43202680.7900.660.21129.4364.948.04
Hex2BCA444F04215814130
Octal5331210411701022520110160
Binary10101111001010100010010011110100001010101100000011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,202,68); }

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

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

 a { background-color: rgb(43,202,68); }

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

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

 span { border-color: rgb(43,202,68); }

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