#2BC937

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

Shades of Lime Green #2BC937

Tints of Lime Green #2BC937

Color information

#2BC937 (or 0x2BC937) is unknown color: approx Lime Green. HEX triplet: 2B, C9 and 37. RGB value is (43,201,55). Sum of RGB (Red+Green+Blue) = 43+201+55=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 201 (78.91% from 255 or 67.22% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC937 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC937 is #D436C8. Grayscale: #898989. Windows color (decimal): -13907657 or 3655979. OLE color: 3655979.

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

Color convert

RGB4320155-
CMYK0.7900.730.21
HSL124.56º64.75%47.84%-
HSV(B)124.56º78.61%78.82%-
XYZ22.5742.5610.64-
YUV137.1181.6560.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.38%
GREEN value IS 201 (78.91% from 255) = 67.22%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=14.38%
G=67.22%
B=18.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43201550.7900.730.21124.5664.7547.84
Hex2BC9374F049157d4130
Octal533116711701112517510160
Binary101011110010011101111001111010010011010111111011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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