#2bc945

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

Shades of Lime Green #2BC945

Tints of Lime Green #2BC945

Color information

#2BC945 (or 0x2BC945) is unknown color: approx Lime Green. HEX triplet: 2B, C9 and 45. RGB value is (43,201,69). Sum of RGB (Red+Green+Blue) = 43+201+69=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC945 is #D436BA. Grayscale: #8B8B8B. Windows color (decimal): -13907643 or 4573483. OLE color: 4573483.

HSL color Cylindrical-coordinate representation of color #2BC945: hue angle of 129.87º 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 #2BC945 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB4320169-
CMYK0.7900.660.21
HSL129.87º64.75%47.84%-
HSV(B)129.87º78.61%78.82%-
XYZ22.9642.7212.67-
YUV138.7188.6559.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 201 (78.91% from 255) = 64.22%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=13.74%
G=64.22%
B=22.04%

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
Decimal43201690.7900.660.21129.8764.7547.84
Hex2BC9454F04215824130
Octal5331110511701022520210160
Binary10101111001001100010110011110100001010101100000101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,201,69); }

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

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

 a { background-color: rgb(43,201,69); }

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

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

 span { border-color: rgb(43,201,69); }

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