#2BC039

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

Shades of Lime Green #2BC039

Tints of Lime Green #2BC039

Color information

#2BC039 (or 0x2BC039) is unknown color: approx Lime Green. HEX triplet: 2B, C0 and 39. RGB value is (43,192,57). Sum of RGB (Red+Green+Blue) = 43+192+57=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC039 is #D43FC6. Grayscale: #848484. Windows color (decimal): -13909959 or 3784747. OLE color: 3784747.

HSL color Cylindrical-coordinate representation of color #2BC039: hue angle of 125.64º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC039 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB4319257-
CMYK0.7800.700.25
HSL125.64º63.4%46.08%-
HSV(B)125.64º77.6%75.29%-
XYZ20.5838.5110.22-
YUV132.0685.6464.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.73%
GREEN value IS 192 (75.39% from 255) = 65.75%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=14.73%
G=65.75%
B=19.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43192570.7800.700.25125.6463.446.08
Hex2BC0394E046197e3f2e
Octal53300711160106311767756
Binary10101111000000111001100111001000110110011111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,192,57); }

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

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

 a { background-color: rgb(43,192,57); }

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

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

 span { border-color: rgb(43,192,57); }

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